public class ImportOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
createHollowAggregateElements
When set to true, aggregate elements that cannot be found will
be created as nodes with the "hollow" label when explicitly importing
aggregates.
|
List<String> |
cutParents
Parents to "cut away" when seen, e.g.
|
boolean |
doNotCreateHollowParents
When set to true, parents that are not included in the insertion
data will be dropped and the concept specifying the missing parent will
be made a facet root.
|
boolean |
merge
If set to true, only merging is performed, i.e.
|
AddToNonFacetGroupCommand |
noFacetCmd
A command to specify terms to append to the "no facet" facet group.
|
| Constructor and Description |
|---|
ImportOptions() |
ImportOptions(boolean doNotCreateHollowParents) |
public AddToNonFacetGroupCommand noFacetCmd
public List<String> cutParents
public boolean doNotCreateHollowParents
public boolean createHollowAggregateElements
public boolean merge
Copyright © 2018 JULIE Lab Jena, Germany. All rights reserved.