Package org.apache.lucene.index
Class SortedSetDocValuesWriter.DocOrds
java.lang.Object
org.apache.lucene.index.SortedSetDocValuesWriter.DocOrds
- Enclosing class:
- SortedSetDocValuesWriter
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final long[]
(package private) final PackedLongValues
-
Constructor Summary
ConstructorsConstructorDescriptionDocOrds
(int maxDoc, Sorter.DocMap sortMap, SortedSetDocValues oldValues, float acceptableOverheadRatio) -
Method Summary
-
Field Details
-
offsets
final long[] offsets -
ords
-
-
Constructor Details
-
DocOrds
DocOrds(int maxDoc, Sorter.DocMap sortMap, SortedSetDocValues oldValues, float acceptableOverheadRatio) throws IOException - Throws:
IOException
-