Interface ElasticsearchSearchResultExtractorFactory
-
- All Known Implementing Classes:
Elasticsearch56SearchResultExtractorFactory,Elasticsearch7SearchResultExtractorFactory
public interface ElasticsearchSearchResultExtractorFactory
-
-
Method Summary
All Methods Instance Methods Abstract 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
<H> ElasticsearchSearchResultExtractor<ElasticsearchLoadableSearchResult<H>> createResultExtractor(org.hibernate.search.backend.elasticsearch.search.query.impl.ElasticsearchSearchQueryRequestContext requestContext, ElasticsearchSearchProjection.Extractor<?,H> rootExtractor, Map<AggregationKey<?>,ElasticsearchSearchAggregation<?>> aggregations)
-
-