Package org.opensearch.search.query
Interface ReduceableSearchResult
- All Known Implementing Classes:
AggregationReduceableSearchResult
@PublicApi(since="2.0.0")
public interface ReduceableSearchResult
The search result callback returned by reduce phase of the collector manager.
- Opensearch.api:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
reduce
(QuerySearchResult result) Apply the reduce operation to the query search results
-
Method Details
-
reduce
Apply the reduce operation to the query search results- Parameters:
result
- query search results- Throws:
IOException
- exception if reduce operation failed
-