Class MockFieldFilterPlugin

java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.index.mapper.MockFieldFilterPlugin
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable, org.elasticsearch.plugins.MapperPlugin

public class MockFieldFilterPlugin
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
  • Constructor Summary

    Constructors 
    Constructor Description
    MockFieldFilterPlugin()  
  • Method Summary

    Modifier and Type Method Description
    java.util.function.Function<java.lang.String,​java.util.function.Predicate<java.lang.String>> getFieldFilter()  

    Methods inherited from class org.elasticsearch.plugins.Plugin

    additionalSettings, close, createComponents, createGuiceModules, getBootstrapChecks, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getRoles, getSettings, getSettingsFilter, getSettingUpgraders, onIndexModule

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.plugins.MapperPlugin

    getMappers, getMetadataMappers
  • Constructor Details

  • Method Details

    • getFieldFilter

      public java.util.function.Function<java.lang.String,​java.util.function.Predicate<java.lang.String>> getFieldFilter()
      Specified by:
      getFieldFilter in interface org.elasticsearch.plugins.MapperPlugin