Package org.apache.lucene.tests.search
Class AssertingAcceptDocs
java.lang.Object
org.apache.lucene.search.AcceptDocs
org.apache.lucene.tests.search.AssertingAcceptDocs
Wraps
AcceptDocs with assertions.-
Method Summary
Modifier and TypeMethodDescriptionbits()intcost()iterator()static AcceptDocswrap(AcceptDocs acceptDocs) Wrap the givenAcceptDocswith assertions.Methods inherited from class org.apache.lucene.search.AcceptDocs
fromIteratorSupplier, fromLiveDocs
-
Method Details
-
wrap
Wrap the givenAcceptDocswith assertions. -
bits
- Specified by:
bitsin classAcceptDocs- Throws:
IOException
-
iterator
- Specified by:
iteratorin classAcceptDocs- Throws:
IOException
-
cost
- Specified by:
costin classAcceptDocs- Throws:
IOException
-