Module org.apache.lucene.core
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 int
maxDoc
private long[]
values
-
Constructor Summary
Constructors Constructor Description NumericDVs(long[] values, BitSet docsWithField)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private int
advance(int target)
private boolean
advanceExact(int target)
private long
cost()
(package private) int
maxDoc()
-