RandomTwoPhaseView

A wrapper around a DocIdSetIterator that matches the same documents, but introduces false positives that need to be verified via TwoPhaseIterator.matches.

Constructors

Link copied to clipboard
constructor(random: Random, disi: DocIdSetIterator)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open override fun matchCost(): Float
Link copied to clipboard
open override fun matches(): Boolean