| パッケージ | 説明 |
|---|---|
| org.elasticsearch.index.mapper.internal | |
| org.elasticsearch.indices | |
| org.elasticsearch.indices.mapper |
| 修飾子とタイプ | クラスと説明 |
|---|---|
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 |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
IndicesModule.registerMetadataMapper(String name,
MetadataFieldMapper.TypeParser parser)
Register a root mapper under the given name.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Map<String,MetadataFieldMapper.TypeParser> |
MapperRegistry.getMetadataMapperParsers()
Return a map of the meta mappers that have been registered.
|
| コンストラクタと説明 |
|---|
MapperRegistry(Map<String,Mapper.TypeParser> mapperParsers,
Map<String,MetadataFieldMapper.TypeParser> metadataMapperParsers) |
Copyright © 2009–2016. All rights reserved.