MatchesAsserter

Asserts that the Matches from a query is non-null whenever the document its created for is a hit.

Also checks that the previous non-matching document has a null Matches

Constructors

Link copied to clipboard
constructor(query: Query, searcher: IndexSearcher)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override var scorer: Scorable?
Link copied to clipboard
open override var weight: Weight?

Functions

Link copied to clipboard
open fun collect(stream: DocIdStream)
open override fun collect(doc: Int)
Link copied to clipboard
Link copied to clipboard
open fun finish()
Link copied to clipboard
open override fun getLeafCollector(context: LeafReaderContext): LeafCollector
Link copied to clipboard
open override fun scoreMode(): ScoreMode