Package org.elasticsearch.index.mapper
Class MockFieldFilterPlugin
- java.lang.Object
-
- org.elasticsearch.plugins.Plugin
-
- org.elasticsearch.index.mapper.MockFieldFilterPlugin
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,MapperPlugin
public class MockFieldFilterPlugin extends Plugin implements 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, getCustomMetaDataUpgrader, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexMetaDataUpgrader, getIndexTemplateMetaDataUpgrader, getNamedWriteables, getNamedXContent, getSettings, getSettingsFilter, getSettingUpgraders, onIndexModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule
-
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
-
-
-
-
Method Detail
-
getFieldFilter
public java.util.function.Function<java.lang.String,java.util.function.Predicate<java.lang.String>> getFieldFilter()
- Specified by:
getFieldFilterin interfaceMapperPlugin
-
-