Class MockFieldFilterPlugin

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

public class MockFieldFilterPlugin extends org.opensearch.plugins.Plugin implements org.opensearch.plugins.MapperPlugin
  • Field Summary

    Fields inherited from interface org.opensearch.plugins.MapperPlugin

    NOOP_FIELD_FILTER, NOOP_FIELD_PREDICATE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.opensearch.plugins.Plugin

    additionalSettings, close, createComponents, createGuiceModules, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getRoles, getSecureSettingFactory, 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.opensearch.plugins.MapperPlugin

    getMappers, getMappingTransformers, getMetadataMappers
  • Constructor Details

    • MockFieldFilterPlugin

      public MockFieldFilterPlugin()
  • Method Details

    • getFieldFilter

      public Function<String, Predicate<String>> getFieldFilter()
      Specified by:
      getFieldFilter in interface org.opensearch.plugins.MapperPlugin