BlockScoreQueryWrapper

class BlockScoreQueryWrapper(query: Query, blockLength: Int) : Query

Query wrapper that reduces the size of max-score blocks to more easily detect problems with the max-score logic.

Constructors

Link copied to clipboard
constructor(query: Query, blockLength: Int)

Functions

Link copied to clipboard
open override fun createWeight(searcher: IndexSearcher, scoreMode: ScoreMode, boost: Float): Weight
Link copied to clipboard
open operator override fun equals(obj: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun rewrite(indexSearcher: IndexSearcher): Query
Link copied to clipboard
open override fun toString(): String

open override fun toString(field: String?): String

Sole constructor.

Link copied to clipboard
open override fun visit(visitor: QueryVisitor)