Class SortingBinaryDocValues

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int count  
      protected org.apache.lucene.util.BytesRefBuilder[] values  
    • Method Summary

      Modifier and Type Method Description
      int docValueCount()
      Retrieves the number of values for the current document.
      protected void grow()
      Make sure the values array can store at least count entries.
      org.apache.lucene.util.BytesRef nextValue()
      Iterates to the next value in the current document.
      protected void sort()
      Sort values that are stored between offsets 0 and count of values.
      • Methods inherited from class java.lang.Object

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

      • count

        protected int count
      • values

        protected org.apache.lucene.util.BytesRefBuilder[] values
    • Constructor Detail

      • SortingBinaryDocValues

        protected SortingBinaryDocValues()