Package org.apache.lucene.index
Class NumericDocValuesWriter.NumericDVs
- java.lang.Object
-
- org.apache.lucene.index.NumericDocValuesWriter.NumericDVs
-
- Enclosing class:
- NumericDocValuesWriter
static class NumericDocValuesWriter.NumericDVs extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private BitSet
docsWithField
private long[]
values
-
Constructor Summary
Constructors Constructor Description NumericDVs(long[] values, BitSet docsWithField)
-