Class LuceneTopNSourceOperator

All Implemented Interfaces:
Closeable, AutoCloseable, Operator, org.elasticsearch.core.Releasable

public final class LuceneTopNSourceOperator extends LuceneOperator
Source operator that builds Pages out of the output of a TopFieldCollector (aka TopN)
  • Constructor Details

  • Method Details

    • isFinished

      public boolean isFinished()
      Description copied from interface: Operator
      whether the operator has finished processing all input pages and made the corresponding output pages available
    • finish

      public void finish()
      Description copied from interface: Operator
      notifies the operator that it won't receive any more input pages
    • getCheckedOutput

      public Page getCheckedOutput() throws IOException
      Specified by:
      getCheckedOutput in class LuceneOperator
      Throws:
      IOException
    • describe

      protected void describe(StringBuilder sb)
      Specified by:
      describe in class LuceneOperator