public class ImportFacet extends Object
| Modifier and Type | Field and Description |
|---|---|
ArrayList<String> |
aggregationFields |
List<String> |
aggregationLabels |
String |
cssId |
ImportFacetGroup |
facetGroup |
String |
facetProperties
A JSON object encoding arbitrary properties which are then applied directy to the resulting facet node in the
Neo4j database.
|
List<String> |
filterFieldNames |
List<String> |
generalLabels |
String |
id |
String |
incucingTerm |
String |
name |
boolean |
noFacet |
List<String> |
searchFieldNames |
String |
shortName |
String |
sourceName |
String |
sourceType |
List<String> |
uniqueLabels |
| Constructor and Description |
|---|
ImportFacet(String id) |
ImportFacet(String name,
String cssId,
String sourceType,
List<String> searchFieldNames,
List<String> filterFieldNames,
int position,
List<String> generalLabels,
ImportFacetGroup facetGroup) |
| Modifier and Type | Method and Description |
|---|---|
void |
addGeneralLabel(String label) |
void |
addUniqueLabel(String label) |
public String name
public String shortName
public String cssId
public String sourceType
public ImportFacetGroup facetGroup
public String sourceName
public String id
public boolean noFacet
public String facetProperties
public String incucingTerm
Copyright © 2018 JULIE Lab Jena, Germany. All rights reserved.