Uses of Interface
org.elasticsearch.search.aggregations.Aggregator.Parser
-
Packages that use Aggregator.Parser Package Description org.elasticsearch.plugins org.elasticsearch.search.aggregations.bucket.significant -
-
Uses of Aggregator.Parser in org.elasticsearch.plugins
Constructors in org.elasticsearch.plugins with parameters of type Aggregator.Parser Constructor Description AggregationSpec(String name, Writeable.Reader<? extends AggregationBuilder> reader, Aggregator.Parser parser)Specification for anAggregation.AggregationSpec(ParseField name, Writeable.Reader<? extends AggregationBuilder> reader, Aggregator.Parser parser)Specification for anAggregation. -
Uses of Aggregator.Parser in org.elasticsearch.search.aggregations.bucket.significant
Methods in org.elasticsearch.search.aggregations.bucket.significant that return Aggregator.Parser Modifier and Type Method Description static Aggregator.ParserSignificantTermsAggregationBuilder. getParser(ParseFieldRegistry<SignificanceHeuristicParser> significanceHeuristicParserRegistry)static Aggregator.ParserSignificantTextAggregationBuilder. getParser(ParseFieldRegistry<SignificanceHeuristicParser> significanceHeuristicParserRegistry)
-