Module org.apache.lucene.core
Package org.apache.lucene.search
Class IndexSortSortedNumericDocValuesRangeQuery.IteratorAndCount
java.lang.Object
org.apache.lucene.search.IndexSortSortedNumericDocValuesRangeQuery.IteratorAndCount
- Enclosing class:
IndexSortSortedNumericDocValuesRangeQuery
Provides a
DocIdSetIterator
along with an accurate count of documents provided by the
iterator (or -1
if an accurate count is unknown).-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static IndexSortSortedNumericDocValuesRangeQuery.IteratorAndCount
all
(int maxDoc) (package private) static IndexSortSortedNumericDocValuesRangeQuery.IteratorAndCount
denseRange
(int minDoc, int maxDoc) (package private) static IndexSortSortedNumericDocValuesRangeQuery.IteratorAndCount
empty()
(package private) static IndexSortSortedNumericDocValuesRangeQuery.IteratorAndCount
sparseRange
(int minDoc, int maxDoc, DocIdSetIterator delegate)
-
Field Details
-
it
-
count
private final int count
-
-
Constructor Details
-
IteratorAndCount
IteratorAndCount(DocIdSetIterator it, int count)
-
-
Method Details
-
empty
-
all
-
denseRange
static IndexSortSortedNumericDocValuesRangeQuery.IteratorAndCount denseRange(int minDoc, int maxDoc) -
sparseRange
static IndexSortSortedNumericDocValuesRangeQuery.IteratorAndCount sparseRange(int minDoc, int maxDoc, DocIdSetIterator delegate)
-