Uses of Interface
org.elasticsearch.plugins.MapperPlugin
-
Packages that use MapperPlugin Package Description org.elasticsearch.indices -
-
Uses of MapperPlugin in org.elasticsearch.indices
Method parameters in org.elasticsearch.indices with type arguments of type MapperPlugin Modifier and Type Method Description static Map<String,Mapper.TypeParser>IndicesModule. getMappers(List<MapperPlugin> mapperPlugins)static Map<String,MetadataFieldMapper.TypeParser>IndicesModule. getMetadataMappers(List<MapperPlugin> mapperPlugins)Constructor parameters in org.elasticsearch.indices with type arguments of type MapperPlugin Constructor Description IndicesModule(List<MapperPlugin> mapperPlugins)
-