Package org.opensearch.geo
Class GeoPlugin
- java.lang.Object
-
- org.opensearch.plugins.Plugin
-
- org.opensearch.geo.GeoPlugin
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,MapperPlugin
public class GeoPlugin extends Plugin implements MapperPlugin
-
-
Field Summary
-
Fields inherited from interface org.opensearch.plugins.MapperPlugin
NOOP_FIELD_FILTER, NOOP_FIELD_PREDICATE
-
-
Constructor Summary
Constructors Constructor Description GeoPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,Mapper.TypeParser>getMappers()-
Methods inherited from class org.opensearch.plugins.Plugin
additionalSettings, close, createComponents, createGuiceModules, getAdditionalIndexSettingProviders, 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.opensearch.plugins.MapperPlugin
getFieldFilter, getMetadataMappers
-
-
-
-
Method Detail
-
getMappers
public java.util.Map<java.lang.String,Mapper.TypeParser> getMappers()
- Specified by:
getMappersin interfaceMapperPlugin
-
-