Companion

object Companion

Properties

Link copied to clipboard
const val NO_MORE_DOCS: Int

When returned by .nextDoc, .advance and .docID it means there are no more docs in the iterator.

Functions

Link copied to clipboard
fun all(maxDoc: Int): DocIdSetIterator

A DocIdSetIterator that matches all documents up to maxDoc - 1.

Link copied to clipboard

An empty DocIdSetIterator instance

Link copied to clipboard
fun range(minDoc: Int, maxDoc: Int): DocIdSetIterator

A DocIdSetIterator that matches a range documents from minDocID (inclusive) to maxDocID (exclusive).