Module org.apache.lucene.core
Package org.apache.lucene.index
Class SortedSetDocValuesWriter.DocOrds
- java.lang.Object
-
- org.apache.lucene.index.SortedSetDocValuesWriter.DocOrds
-
- Enclosing class:
- SortedSetDocValuesWriter
static final class SortedSetDocValuesWriter.DocOrds extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) GrowableWriter
docValueCounts
(package private) long[]
offsets
(package private) PackedLongValues
ords
static int
START_BITS_PER_VALUE
-
Constructor Summary
Constructors Constructor Description DocOrds(int maxDoc, Sorter.DocMap sortMap, SortedSetDocValues oldValues, float acceptableOverheadRatio, int bitsPerValue)
-
-
-
Field Detail
-
offsets
final long[] offsets
-
ords
final PackedLongValues ords
-
docValueCounts
final GrowableWriter docValueCounts
-
START_BITS_PER_VALUE
public static final int START_BITS_PER_VALUE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DocOrds
DocOrds(int maxDoc, Sorter.DocMap sortMap, SortedSetDocValues oldValues, float acceptableOverheadRatio, int bitsPerValue) throws java.io.IOException
- Throws:
java.io.IOException
-
-