Class MatrixAggregationPlugin

java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.search.aggregations.matrix.MatrixAggregationPlugin
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable, org.elasticsearch.plugins.SearchPlugin

public class MatrixAggregationPlugin
extends org.elasticsearch.plugins.Plugin
implements org.elasticsearch.plugins.SearchPlugin
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.elasticsearch.plugins.SearchPlugin

    org.elasticsearch.plugins.SearchPlugin.AggregationSpec, org.elasticsearch.plugins.SearchPlugin.FetchPhaseConstructionContext, org.elasticsearch.plugins.SearchPlugin.PipelineAggregationSpec, org.elasticsearch.plugins.SearchPlugin.QuerySpec<T extends org.elasticsearch.index.query.QueryBuilder>, org.elasticsearch.plugins.SearchPlugin.RescorerSpec<T extends org.elasticsearch.search.rescore.RescorerBuilder<T>>, org.elasticsearch.plugins.SearchPlugin.ScoreFunctionSpec<T extends org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder<T>>, org.elasticsearch.plugins.SearchPlugin.SearchExtensionSpec<W extends org.elasticsearch.common.io.stream.NamedWriteable,​P extends java.lang.Object>, org.elasticsearch.plugins.SearchPlugin.SearchExtSpec<T extends org.elasticsearch.search.SearchExtBuilder>, org.elasticsearch.plugins.SearchPlugin.SignificanceHeuristicSpec<T extends org.elasticsearch.search.aggregations.bucket.terms.heuristic.SignificanceHeuristic>, org.elasticsearch.plugins.SearchPlugin.SuggesterSpec<T extends org.elasticsearch.search.suggest.SuggestionBuilder<T>>
  • Constructor Summary

    Constructors
    Constructor Description
    MatrixAggregationPlugin()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<org.elasticsearch.plugins.SearchPlugin.AggregationSpec> getAggregations()  

    Methods inherited from class org.elasticsearch.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.elasticsearch.plugins.SearchPlugin

    getAggregationExtentions, getFetchSubPhases, getHighlighters, getMovingAverageModels, getPipelineAggregations, getQueries, getRescorers, getScoreFunctions, getSearchExts, getSignificanceHeuristics, getSuggesters
  • Constructor Details

    • MatrixAggregationPlugin

      public MatrixAggregationPlugin()
  • Method Details

    • getAggregations

      public java.util.List<org.elasticsearch.plugins.SearchPlugin.AggregationSpec> getAggregations()
      Specified by:
      getAggregations in interface org.elasticsearch.plugins.SearchPlugin