Package | Description |
---|---|
org.elasticsearch.index.mapper.internal |
Modifier and Type | Field and Description |
---|---|
static EnabledAttributeMapper |
TimestampFieldMapper.Defaults.ENABLED |
static EnabledAttributeMapper |
AllFieldMapper.Defaults.ENABLED |
static EnabledAttributeMapper |
FieldNamesFieldMapper.Defaults.ENABLED_STATE |
static EnabledAttributeMapper |
TTLFieldMapper.Defaults.ENABLED_STATE |
static EnabledAttributeMapper |
IndexFieldMapper.Defaults.ENABLED_STATE |
static EnabledAttributeMapper |
SizeFieldMapper.Defaults.ENABLED_STATE |
protected EnabledAttributeMapper |
SizeFieldMapper.Builder.enabledState |
Modifier and Type | Method and Description |
---|---|
static EnabledAttributeMapper |
EnabledAttributeMapper.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnabledAttributeMapper[] |
EnabledAttributeMapper.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TTLFieldMapper.Builder |
TTLFieldMapper.Builder.enabled(EnabledAttributeMapper enabled) |
IndexFieldMapper.Builder |
IndexFieldMapper.Builder.enabled(EnabledAttributeMapper enabledState) |
TimestampFieldMapper.Builder |
TimestampFieldMapper.Builder.enabled(EnabledAttributeMapper enabledState) |
SizeFieldMapper.Builder |
SizeFieldMapper.Builder.enabled(EnabledAttributeMapper enabled) |
AllFieldMapper.Builder |
AllFieldMapper.Builder.enabled(EnabledAttributeMapper enabled) |
Constructor and Description |
---|
AllFieldMapper(String name,
org.apache.lucene.document.FieldType fieldType,
NamedAnalyzer indexAnalyzer,
NamedAnalyzer searchAnalyzer,
EnabledAttributeMapper enabled,
boolean autoBoost,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings) |
FieldNamesFieldMapper(String name,
String indexName,
float boost,
org.apache.lucene.document.FieldType fieldType,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
EnabledAttributeMapper enabledState,
Settings fieldDataSettings,
Settings indexSettings) |
IndexFieldMapper(String name,
String indexName,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
EnabledAttributeMapper enabledState,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
Settings fieldDataSettings,
Settings indexSettings) |
SizeFieldMapper(EnabledAttributeMapper enabled,
org.apache.lucene.document.FieldType fieldType,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
Settings fieldDataSettings,
Settings indexSettings) |
TimestampFieldMapper(org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
EnabledAttributeMapper enabledState,
String path,
FormatDateTimeFormatter dateTimeFormatter,
String defaultTimestamp,
boolean roundCeil,
Boolean ignoreMissing,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings) |
TTLFieldMapper(org.apache.lucene.document.FieldType fieldType,
EnabledAttributeMapper enabled,
long defaultTTL,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
Settings fieldDataSettings,
Settings indexSettings) |
Copyright © 2009–2015. All rights reserved.