ExactPhraseMatcher
class ExactPhraseMatcher(postings: Array<PhraseQuery.PostingsAndFreq>, scoreMode: ScoreMode, scorer: Similarity.SimScorer, matchCost: Float) : PhraseMatcher
Expert: Find exact phrases
Constructors
Link copied to clipboard
constructor(postings: Array<PhraseQuery.PostingsAndFreq>, scoreMode: ScoreMode, scorer: Similarity.SimScorer, matchCost: Float)
Properties
Functions
Link copied to clipboard
Approximation that only matches documents that have all terms.
Link copied to clipboard
The end position of the current match
Link copied to clipboard
Approximation that is aware of impacts.
Link copied to clipboard
The slop-adjusted weight of the current match
Link copied to clipboard
The start offset of the current match
Link copied to clipboard
The start position of the current match