Uses of Interface
org.elasticsearch.index.mapper.MetadataFieldMapper.TypeParser
-
Packages that use MetadataFieldMapper.TypeParser Package Description org.elasticsearch.index.mapper org.elasticsearch.indices org.elasticsearch.indices.mapper org.elasticsearch.plugins -
-
Uses of MetadataFieldMapper.TypeParser in org.elasticsearch.index.mapper
Classes in org.elasticsearch.index.mapper that implement MetadataFieldMapper.TypeParser Modifier and Type Class Description static classAllFieldMapper.TypeParserstatic classFieldNamesFieldMapper.TypeParserstatic classIdFieldMapper.TypeParserstatic classIgnoredFieldMapper.TypeParserstatic classIndexFieldMapper.TypeParserstatic classRoutingFieldMapper.TypeParserstatic classSeqNoFieldMapper.TypeParserstatic classSourceFieldMapper.TypeParserstatic classTypeFieldMapper.TypeParserstatic classVersionFieldMapper.TypeParser -
Uses of MetadataFieldMapper.TypeParser in org.elasticsearch.indices
Methods in org.elasticsearch.indices that return types with arguments of type MetadataFieldMapper.TypeParser Modifier and Type Method Description static Map<String,MetadataFieldMapper.TypeParser>IndicesModule. getMetadataMappers(List<MapperPlugin> mapperPlugins) -
Uses of MetadataFieldMapper.TypeParser in org.elasticsearch.indices.mapper
Methods in org.elasticsearch.indices.mapper that return types with arguments of type MetadataFieldMapper.TypeParser Modifier and Type Method Description Map<String,MetadataFieldMapper.TypeParser>MapperRegistry. getMetadataMapperParsers(Version indexCreatedVersion)Return a map of the meta mappers that have been registered. -
Uses of MetadataFieldMapper.TypeParser in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type MetadataFieldMapper.TypeParser Modifier and Type Method Description default Map<String,MetadataFieldMapper.TypeParser>MapperPlugin. getMetadataMappers()Returns additional metadata mapper implementations added by this plugin.
-