Class GroupFacetCollector.SegmentResult

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SegmentResult​(int[] counts, int total, int missing, int maxTermPos)  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      protected abstract void nextTerm()
      Go to next term in this SegmentResult in order to retrieve the grouped facet counts.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • counts

        protected final int[] counts
      • total

        protected final int total
      • missing

        protected final int missing
      • maxTermPos

        protected final int maxTermPos
      • mergeTerm

        protected BytesRef mergeTerm
      • mergePos

        protected int mergePos
    • Constructor Detail

      • SegmentResult

        protected SegmentResult​(int[] counts,
                                int total,
                                int missing,
                                int maxTermPos)
    • Method Detail

      • nextTerm

        protected abstract void nextTerm()
                                  throws java.io.IOException
        Go to next term in this SegmentResult in order to retrieve the grouped facet counts.
        Throws:
        java.io.IOException - If I/O related errors occur