Modifier and Type | Optional Element and Description |
---|---|
ESOption |
docValues
Permits to specify if the contents of this field are stored on disk in a column-stride fashion.
|
boolean |
excludeFromSource
Permits to exclude the contents of this field from the _source field.
|
ESOption |
indexed
Determines whether this field should be indexed in general by elasticsearch.
|
ESOption |
normsEnabled
|
ESOption |
stored
Determines whether this field should be stored separately from the _source field by elasticsearch.
|
public abstract ESOption indexed
public abstract ESOption stored
public abstract ESOption normsEnabled
String
and List
<String
> fields.
Permits to specify if norms are enabled for this field or not.public abstract ESOption docValues
public abstract boolean excludeFromSource
See the elasticsearch docs for a detailed description of the behaviour.
Copyright © 2018. All rights reserved.