| Modifier and Type | Interface and Description |
|---|---|
static interface |
MetadataFieldMapper.TypeParser |
| Modifier and Type | Method and Description |
|---|---|
Mapper.TypeParser |
Mapper.TypeParser.ParserContext.typeParser(String type) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Mapper.TypeParser> |
Mapper.TypeParser.ParserContext.typeParsers() |
| Constructor and Description |
|---|
Mapper.TypeParser.ParserContext(String type,
AnalysisService analysisService,
SimilarityLookupService similarityLookupService,
MapperService mapperService,
Map<String,Mapper.TypeParser> typeParsers,
Version indexVersionCreated,
ParseFieldMatcher parseFieldMatcher) |
| Modifier and Type | Class and Description |
|---|---|
static class |
BinaryFieldMapper.TypeParser |
static class |
BooleanFieldMapper.TypeParser |
static class |
ByteFieldMapper.TypeParser |
static class |
CompletionFieldMapper.TypeParser |
static class |
DateFieldMapper.TypeParser |
static class |
DoubleFieldMapper.TypeParser |
static class |
FloatFieldMapper.TypeParser |
static class |
IntegerFieldMapper.TypeParser |
static class |
LongFieldMapper.TypeParser |
static class |
ShortFieldMapper.TypeParser |
static class |
StringFieldMapper.TypeParser |
static class |
TokenCountFieldMapper.TypeParser |
| Modifier and Type | Field and Description |
|---|---|
static Mapper.TypeParser |
TypeParsers.multiFieldConverterTypeParser |
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseGeoPointFieldMapper.TypeParser |
static class |
GeoPointFieldMapper.TypeParser |
static class |
GeoShapeFieldMapper.TypeParser |
| Modifier and Type | Class and Description |
|---|---|
static class |
AllFieldMapper.TypeParser |
static class |
FieldNamesFieldMapper.TypeParser |
static class |
IdFieldMapper.TypeParser |
static class |
IndexFieldMapper.TypeParser |
static class |
ParentFieldMapper.TypeParser |
static class |
RoutingFieldMapper.TypeParser |
static class |
SourceFieldMapper.TypeParser |
static class |
TimestampFieldMapper.TypeParser |
static class |
TTLFieldMapper.TypeParser |
static class |
TypeFieldMapper.TypeParser |
static class |
UidFieldMapper.TypeParser |
static class |
VersionFieldMapper.TypeParser |
| Modifier and Type | Class and Description |
|---|---|
static class |
IpFieldMapper.TypeParser |
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectMapper.TypeParser |
static class |
RootObjectMapper.TypeParser |
| Modifier and Type | Method and Description |
|---|---|
void |
IndicesModule.registerMapper(String type,
Mapper.TypeParser parser)
Register a mapper for the given type.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Mapper.TypeParser> |
MapperRegistry.getMapperParsers()
Return a map of the mappers that have been registered.
|
| Constructor and Description |
|---|
MapperRegistry(Map<String,Mapper.TypeParser> mapperParsers,
Map<String,MetadataFieldMapper.TypeParser> metadataMapperParsers) |
Copyright © 2009–2017. All rights reserved.