Class SimpleTextBKDReader


  • final class SimpleTextBKDReader
    extends PointValues
    Forked from BKDReader and simplified/specialized for SimpleText's usage
    • Field Detail

      • splitPackedValues

        private final byte[] splitPackedValues
      • leafBlockFPs

        final long[] leafBlockFPs
      • leafNodeOffset

        private final int leafNodeOffset
      • bytesPerIndexEntry

        final int bytesPerIndexEntry
      • minPackedValue

        final byte[] minPackedValue
      • maxPackedValue

        final byte[] maxPackedValue
      • pointCount

        final long pointCount
      • docCount

        final int docCount
      • version

        final int version
    • Constructor Detail

      • SimpleTextBKDReader

        public SimpleTextBKDReader​(IndexInput in,
                                   int numDims,
                                   int numIndexDims,
                                   int maxPointsInLeafNode,
                                   int bytesPerDim,
                                   long[] leafBlockFPs,
                                   byte[] splitPackedValues,
                                   byte[] minPackedValue,
                                   byte[] maxPackedValue,
                                   long pointCount,
                                   int docCount)