Class BinaryDocValuesWriter.BinaryDVs

  • Enclosing class:
    BinaryDocValuesWriter

    static final class BinaryDocValuesWriter.BinaryDVs
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int[] offsets  
      (package private) BytesRefArray values  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • BinaryDVs

        BinaryDVs​(int maxDoc,
                  Sorter.DocMap sortMap,
                  BinaryDocValues oldValues)
           throws java.io.IOException
        Throws:
        java.io.IOException