java.lang.Object
org.elasticsearch.index.mapper.Mapper.IgnoreAbove
- Enclosing class:
Mapper
This class models the ignore_above parameter in indices.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionIgnoreAbove(Integer value) IgnoreAbove(Integer value, IndexMode indexMode) IgnoreAbove(Integer value, IndexMode indexMode, IndexVersion indexCreatedVersion) -
Method Summary
Modifier and TypeMethodDescriptionintget()static intgetIgnoreAboveDefaultValue(IndexMode indexMode, IndexVersion indexCreatedVersion) booleanReturns whether the given string will be ignored.booleanbooleanisSet()Returns whether ignore_above is set; at field or index level.
-
Field Details
-
IGNORE_ABOVE_DEFAULT_VALUE
public static final int IGNORE_ABOVE_DEFAULT_VALUE- See Also:
-
IGNORE_ABOVE_DEFAULT_VALUE_FOR_LOGSDB_INDICES
public static final int IGNORE_ABOVE_DEFAULT_VALUE_FOR_LOGSDB_INDICES- See Also:
-
-
Constructor Details
-
IgnoreAbove
-
IgnoreAbove
-
IgnoreAbove
-
-
Method Details
-
get
public int get() -
isSet
public boolean isSet()Returns whether ignore_above is set; at field or index level. -
isIgnored
Returns whether the given string will be ignored. -
isIgnored
-
getIgnoreAboveDefaultValue
-