Class Elasticsearch7SearchResultExtractorFactory
- java.lang.Object
-
- org.hibernate.search.backend.elasticsearch.search.query.impl.Elasticsearch7SearchResultExtractorFactory
-
- All Implemented Interfaces:
ElasticsearchSearchResultExtractorFactory
public class Elasticsearch7SearchResultExtractorFactory extends Object implements ElasticsearchSearchResultExtractorFactory
- See Also:
Elasticsearch7SearchResultExtractor
-
-
Constructor Summary
Constructors Constructor Description Elasticsearch7SearchResultExtractorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <H> ElasticsearchSearchResultExtractor<ElasticsearchLoadableSearchResult<H>>createResultExtractor(org.hibernate.search.backend.elasticsearch.search.query.impl.ElasticsearchSearchQueryRequestContext requestContext, ElasticsearchSearchProjection.Extractor<?,H> rootExtractor, Map<AggregationKey<?>,ElasticsearchSearchAggregation<?>> aggregations)
-
-
-
Method Detail
-
createResultExtractor
public <H> ElasticsearchSearchResultExtractor<ElasticsearchLoadableSearchResult<H>> createResultExtractor(org.hibernate.search.backend.elasticsearch.search.query.impl.ElasticsearchSearchQueryRequestContext requestContext, ElasticsearchSearchProjection.Extractor<?,H> rootExtractor, Map<AggregationKey<?>,ElasticsearchSearchAggregation<?>> aggregations)
- Specified by:
createResultExtractorin interfaceElasticsearchSearchResultExtractorFactory
-
-