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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate int
advance
(int target) private boolean
advanceExact
(int target) private long
cost()
(package private) int
maxDoc()
-
Field Details
-
values
private final long[] values -
docsWithField
-
maxDoc
private final int maxDoc
-
-
Constructor Details
-
NumericDVs
NumericDVs(long[] values, BitSet docsWithField)
-
-
Method Details
-
maxDoc
int maxDoc() -
advanceExact
private boolean advanceExact(int target) -
advance
private int advance(int target) -
cost
private long cost()
-