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