Package org.opensearch.geo
Class GeoModulePlugin
java.lang.Object
org.opensearch.plugins.Plugin
org.opensearch.geo.GeoModulePlugin
- All Implemented Interfaces:
Closeable,AutoCloseable,MapperPlugin,SearchPlugin
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.plugins.SearchPlugin
SearchPlugin.AggregationSpec, SearchPlugin.CompositeAggregationSpec, SearchPlugin.ExecutorServiceProvider, SearchPlugin.FetchPhaseConstructionContext, SearchPlugin.PipelineAggregationSpec, SearchPlugin.QuerySpec<T extends QueryBuilder>, SearchPlugin.RescorerSpec<T extends RescorerBuilder<T>>, SearchPlugin.ScoreFunctionSpec<T extends ScoreFunctionBuilder<T>>, SearchPlugin.SearchExtensionSpec<W extends org.opensearch.core.common.io.stream.NamedWriteable,P>, SearchPlugin.SearchExtSpec<T extends SearchExtBuilder>, SearchPlugin.SignificanceHeuristicSpec<T extends SignificanceHeuristic>, SearchPlugin.SortSpec<T extends SortBuilder<T>>, SearchPlugin.SuggesterSpec<T extends SuggestionBuilder<T>> -
Field Summary
Fields inherited from interface org.opensearch.plugins.MapperPlugin
NOOP_FIELD_FILTER, NOOP_FIELD_PREDICATE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRegisteringGeoBounds,InternalGeoHashGrid,InternalGeoTileGridaggregation on GeoPoint and GeoShape fields.Registering theGeoTileGridAggregatorin theCompositeAggregation.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, onIndexModuleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.plugins.MapperPlugin
getFieldFilter, getMetadataMappersMethods inherited from interface org.opensearch.plugins.SearchPlugin
getAggregationExtentions, getFetchSubPhases, getHighlighters, getIndexSearcherExecutorProvider, getMovingAverageModels, getPipelineAggregations, getQueries, getQueryPhaseSearcher, getRescorers, getScoreFunctions, getSearchExts, getSignificanceHeuristics, getSorts, getSuggesters
-
Constructor Details
-
GeoModulePlugin
public GeoModulePlugin()
-
-
Method Details
-
getMappers
- Specified by:
getMappersin interfaceMapperPlugin
-
getAggregations
RegisteringGeoBounds,InternalGeoHashGrid,InternalGeoTileGridaggregation on GeoPoint and GeoShape fields.- Specified by:
getAggregationsin interfaceSearchPlugin
-
getCompositeAggregations
Registering theGeoTileGridAggregatorin theCompositeAggregation.- Specified by:
getCompositeAggregationsin interfaceSearchPlugin- Returns:
- a
ListofSearchPlugin.CompositeAggregationSpec
-