java.lang.Object
org.apache.lucene.search.DocIdStream
org.apache.lucene.search.BooleanScorer.DocIdStreamView
- Enclosing class:
BooleanScorer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcount()Count the number of entries in this stream.voidforEach(CheckedIntConsumer<IOException> consumer) Iterate over doc IDs contained in this stream in order, calling the givenCheckedIntConsumeron them.
-
Field Details
-
base
int base
-
-
Constructor Details
-
DocIdStreamView
DocIdStreamView()
-
-
Method Details
-
forEach
Description copied from class:DocIdStreamIterate over doc IDs contained in this stream in order, calling the givenCheckedIntConsumeron them. This is a terminal operation.- Specified by:
forEachin classDocIdStream- Throws:
IOException
-
count
Description copied from class:DocIdStreamCount the number of entries in this stream. This is a terminal operation.- Overrides:
countin classDocIdStream- Throws:
IOException
-