Uses of Interface
org.elasticsearch.index.mapper.Mapper.TypeParser
-
Packages that use Mapper.TypeParser Package Description org.elasticsearch.index.mapper org.elasticsearch.indices org.elasticsearch.indices.mapper org.elasticsearch.plugins -
-
Uses of Mapper.TypeParser in org.elasticsearch.index.mapper
Subinterfaces of Mapper.TypeParser in org.elasticsearch.index.mapper Modifier and Type Interface Description static interfaceMetadataFieldMapper.TypeParserMethods in org.elasticsearch.index.mapper that return Mapper.TypeParser Modifier and Type Method Description Mapper.TypeParserMapper.TypeParser.ParserContext. typeParser(String type)Methods in org.elasticsearch.index.mapper that return types with arguments of type Mapper.TypeParser Modifier and Type Method Description protected Function<String,Mapper.TypeParser>Mapper.TypeParser.ParserContext. typeParsers() -
Uses of Mapper.TypeParser in org.elasticsearch.indices
Methods in org.elasticsearch.indices that return types with arguments of type Mapper.TypeParser Modifier and Type Method Description static Map<String,Mapper.TypeParser>IndicesModule. getMappers(List<MapperPlugin> mapperPlugins) -
Uses of Mapper.TypeParser in org.elasticsearch.indices.mapper
Methods in org.elasticsearch.indices.mapper that return types with arguments of type Mapper.TypeParser Modifier and Type Method Description Map<String,Mapper.TypeParser>MapperRegistry. getMapperParsers()Return a map of the mappers that have been registered.Constructor parameters in org.elasticsearch.indices.mapper with type arguments of type Mapper.TypeParser Constructor Description MapperRegistry(Map<String,Mapper.TypeParser> mapperParsers, Map<String,MetadataFieldMapper.TypeParser> metadataMapperParsers, Function<String,Predicate<String>> fieldFilter) -
Uses of Mapper.TypeParser in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type Mapper.TypeParser Modifier and Type Method Description default Map<String,Mapper.TypeParser>MapperPlugin. getMappers()Returns additional mapper implementations added by this plugin.
-