Class MapperPreanalyzedPlugin

  • All Implemented Interfaces:
    Closeable, AutoCloseable, org.elasticsearch.plugins.MapperPlugin

    public class MapperPreanalyzedPlugin
    extends org.elasticsearch.plugins.Plugin
    implements org.elasticsearch.plugins.MapperPlugin
    • Field Summary

      • Fields inherited from interface org.elasticsearch.plugins.MapperPlugin

        NOOP_FIELD_FILTER, NOOP_FIELD_PREDICATE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Map<String,​org.elasticsearch.index.mapper.Mapper.TypeParser> getMappers()  
      • Methods inherited from class org.elasticsearch.plugins.Plugin

        additionalSettings, close, createComponents, createGuiceModules, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getRoles, getSettings, getSettingsFilter, getSettingUpgraders, onIndexModule
      • Methods inherited from interface org.elasticsearch.plugins.MapperPlugin

        getFieldFilter, getMetadataMappers, getRuntimeFields
    • Constructor Detail

      • MapperPreanalyzedPlugin

        public MapperPreanalyzedPlugin()
    • Method Detail

      • getMappers

        public Map<String,​org.elasticsearch.index.mapper.Mapper.TypeParser> getMappers()
        Specified by:
        getMappers in interface org.elasticsearch.plugins.MapperPlugin