Uses of Interface
org.hibernate.search.backend.elasticsearch.search.aggregation.impl.ElasticsearchSearchAggregation.Extractor
Packages that use ElasticsearchSearchAggregation.Extractor
Package
Description
-
Uses of ElasticsearchSearchAggregation.Extractor in org.hibernate.search.backend.elasticsearch.search.aggregation.impl
Classes in org.hibernate.search.backend.elasticsearch.search.aggregation.impl that implement ElasticsearchSearchAggregation.ExtractorModifier and TypeClassDescriptionprotected classprotected static classprotected classprotected classMethods in org.hibernate.search.backend.elasticsearch.search.aggregation.impl that return ElasticsearchSearchAggregation.ExtractorModifier and TypeMethodDescriptionprotected abstract ElasticsearchSearchAggregation.Extractor<A>AbstractElasticsearchNestableAggregation.extractor(AggregationRequestContext context) protected ElasticsearchSearchAggregation.Extractor<Map<Range<K>,Long>> ElasticsearchRangeAggregation.extractor(AggregationRequestContext context) protected ElasticsearchSearchAggregation.Extractor<Map<K,Long>> ElasticsearchTermsAggregation.extractor(AggregationRequestContext context) AbstractElasticsearchNestableAggregation.request(AggregationRequestContext context, AggregationKey<?> key, com.google.gson.JsonObject jsonAggregations) ElasticsearchSearchAggregation.request(AggregationRequestContext context, AggregationKey<?> key, com.google.gson.JsonObject jsonAggregations) Contribute to the request, making sure that the requirements for this aggregation are met.ElasticsearchWithParametersAggregation.request(AggregationRequestContext context, AggregationKey<?> key, com.google.gson.JsonObject jsonAggregations) -
Uses of ElasticsearchSearchAggregation.Extractor in org.hibernate.search.backend.elasticsearch.search.query.impl
Method parameters in org.hibernate.search.backend.elasticsearch.search.query.impl with type arguments of type ElasticsearchSearchAggregation.ExtractorModifier and TypeMethodDescriptionElasticsearch7SearchResultExtractorFactory.createResultExtractor(org.hibernate.search.backend.elasticsearch.search.query.impl.ElasticsearchSearchQueryRequestContext requestContext, ElasticsearchSearchProjection.Extractor<?, H> rootExtractor, Map<AggregationKey<?>, ElasticsearchSearchAggregation.Extractor<?>> aggregations) ElasticsearchSearchResultExtractorFactory.createResultExtractor(org.hibernate.search.backend.elasticsearch.search.query.impl.ElasticsearchSearchQueryRequestContext requestContext, ElasticsearchSearchProjection.Extractor<?, H> rootExtractor, Map<AggregationKey<?>, ElasticsearchSearchAggregation.Extractor<?>> aggregations)