Specify the entity type maps to a document store (like ElasticSearch).
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe analyzer to use.floatSet a boost value specific to this property.booleanSet this to true to indicate that this property should be un-analysed.Set a copyTo field.booleanSet this to false such that doc values are not stored separately for this property.booleanSet to false to disable the field from indexing, it will only be get/set in _source.booleanSet this to false to exclude this from the _all property.booleanSet to false such that norms are not stored.Set a value to use instead of null.The index options for this property.The analyzer to use for searches.booleanSet this to true to get an additional un-analysed 'raw' field to use for sorting etc.booleanSet to true to have the property additionally stored separately from _source.
-
Element Details
-
code
boolean codeSet this to true to indicate that this property should be un-analysed.- Default:
- false
-
sortable
boolean sortableSet this to true to get an additional un-analysed 'raw' field to use for sorting etc.- Default:
- false
-
store
boolean storeSet to true to have the property additionally stored separately from _source.- Default:
- false
-
boost
float boostSet a boost value specific to this property.- Default:
- 1.0f
-
nullValue
String nullValueSet a value to use instead of null.- Default:
- ""
-
includeInAll
boolean includeInAllSet this to false to exclude this from the _all property.- Default:
- true
-
analyzer
String analyzerThe analyzer to use.- Default:
- ""
-
searchAnalyzer
String searchAnalyzerThe analyzer to use for searches.- Default:
- ""
-
options
DocProperty.Option optionsThe index options for this property.- Default:
- DEFAULT
-
docValues
boolean docValuesSet this to false such that doc values are not stored separately for this property.- Default:
- true
-
copyTo
String copyToSet a copyTo field.- Default:
- ""
-
enabled
boolean enabledSet to false to disable the field from indexing, it will only be get/set in _source.- Default:
- true
-
norms
boolean normsSet to false such that norms are not stored.- Default:
- true
-