| Package | Description |
|---|---|
| org.elasticsearch.index.mapper | |
| org.elasticsearch.index.mapper.internal |
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataFieldMapper.Builder<T extends MetadataFieldMapper.Builder,Y extends MetadataFieldMapper> |
| Modifier and Type | Method and Description |
|---|---|
<T extends MetadataFieldMapper> |
Mapping.metadataMapper(Class<T> clazz)
Get the root mapper with the given class.
|
<T extends MetadataFieldMapper> |
DocumentMapper.metadataMapper(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
MetadataFieldMapper |
MetadataFieldMapper.TypeParser.getDefault(Settings indexSettings,
MappedFieldType fieldType,
String typeName)
Get the default
MetadataFieldMapper to use, if nothing had to be parsed. |
MetadataFieldMapper |
MetadataFieldMapper.merge(Mapper mergeWith,
boolean updateAllTypes) |
| Constructor and Description |
|---|
Mapping(Version indexCreated,
RootObjectMapper rootObjectMapper,
MetadataFieldMapper[] metadataMappers,
Mapping.SourceTransform[] sourceTransforms,
com.google.common.collect.ImmutableMap<String,Object> meta) |
| Modifier and Type | Class and Description |
|---|---|
class |
AllFieldMapper |
class |
FieldNamesFieldMapper
A mapper that indexes the field names of a document under
_field_names. |
class |
IdFieldMapper |
class |
IndexFieldMapper |
class |
ParentFieldMapper |
class |
RoutingFieldMapper |
class |
SourceFieldMapper |
class |
TimestampFieldMapper |
class |
TTLFieldMapper |
class |
TypeFieldMapper |
class |
UidFieldMapper |
class |
VersionFieldMapper
Mapper for the _version field.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataFieldMapper |
FieldNamesFieldMapper.TypeParser.getDefault(Settings indexSettings,
MappedFieldType fieldType,
String typeName) |
MetadataFieldMapper |
RoutingFieldMapper.TypeParser.getDefault(Settings indexSettings,
MappedFieldType fieldType,
String typeName) |
MetadataFieldMapper |
IndexFieldMapper.TypeParser.getDefault(Settings indexSettings,
MappedFieldType fieldType,
String typeName) |
MetadataFieldMapper |
TypeFieldMapper.TypeParser.getDefault(Settings indexSettings,
MappedFieldType fieldType,
String typeName) |
MetadataFieldMapper |
AllFieldMapper.TypeParser.getDefault(Settings indexSettings,
MappedFieldType fieldType,
String typeName) |
MetadataFieldMapper |
TTLFieldMapper.TypeParser.getDefault(Settings indexSettings,
MappedFieldType fieldType,
String typeName) |
MetadataFieldMapper |
IdFieldMapper.TypeParser.getDefault(Settings indexSettings,
MappedFieldType fieldType,
String typeName) |
MetadataFieldMapper |
UidFieldMapper.TypeParser.getDefault(Settings indexSettings,
MappedFieldType fieldType,
String typeName) |
MetadataFieldMapper |
VersionFieldMapper.TypeParser.getDefault(Settings indexSettings,
MappedFieldType fieldType,
String typeName) |
MetadataFieldMapper |
ParentFieldMapper.TypeParser.getDefault(Settings indexSettings,
MappedFieldType fieldType,
String parentType) |
MetadataFieldMapper |
TimestampFieldMapper.TypeParser.getDefault(Settings indexSettings,
MappedFieldType fieldType,
String typeName) |
MetadataFieldMapper |
SourceFieldMapper.TypeParser.getDefault(Settings indexSettings,
MappedFieldType fieldType,
String typeName) |
Copyright © 2009–2017. All rights reserved.