Interface ElasticsearchSearchResultExtractorFactory
- All Known Implementing Classes:
Elasticsearch7SearchResultExtractorFactory
public interface ElasticsearchSearchResultExtractorFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateResultExtractor(org.hibernate.search.backend.elasticsearch.search.query.impl.ElasticsearchSearchQueryRequestContext requestContext, ElasticsearchSearchProjection.Extractor<?, H> rootExtractor, Map<AggregationKey<?>, ElasticsearchSearchAggregation.Extractor<?>> aggregations)
-
Method Details
-
createResultExtractor
<H> ElasticsearchSearchResultExtractor<ElasticsearchLoadableSearchResult<H>> createResultExtractor(org.hibernate.search.backend.elasticsearch.search.query.impl.ElasticsearchSearchQueryRequestContext requestContext, ElasticsearchSearchProjection.Extractor<?, H> rootExtractor, Map<AggregationKey<?>, ElasticsearchSearchAggregation.Extractor<?>> aggregations)
-