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 Type
    Method
    Description
    void
    Apply the reduce operation to the query search results
  • Method Details

    • reduce

      void reduce(QuerySearchResult result) throws IOException
      Apply the reduce operation to the query search results
      Parameters:
      result - query search results
      Throws:
      IOException - exception if reduce operation failed