Module org.apache.lucene.core
Package org.apache.lucene.index
Class SortedNumericDocValuesWriter.LongValues
- java.lang.Object
-
- org.apache.lucene.index.SortedNumericDocValuesWriter.LongValues
-
- Enclosing class:
- SortedNumericDocValuesWriter
static final class SortedNumericDocValuesWriter.LongValues extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) long[]
offsets
(package private) PackedLongValues
values
-
Constructor Summary
Constructors Constructor Description LongValues(int maxDoc, Sorter.DocMap sortMap, SortedNumericDocValues oldValues, float acceptableOverheadRatio)
-
-
-
Field Detail
-
offsets
final long[] offsets
-
values
final PackedLongValues values
-
-
Constructor Detail
-
LongValues
LongValues(int maxDoc, Sorter.DocMap sortMap, SortedNumericDocValues oldValues, float acceptableOverheadRatio) throws java.io.IOException
- Throws:
java.io.IOException
-
-