Uses of Class
org.apache.lucene.search.TermCollectingRewrite
-
Packages that use TermCollectingRewrite Package Description org.apache.lucene.search Code to search indices. -
-
Uses of TermCollectingRewrite in org.apache.lucene.search
Subclasses of TermCollectingRewrite in org.apache.lucene.search Modifier and Type Class Description static classMultiTermQuery.TopTermsBlendedFreqScoringRewriteA rewrite method that first translates each term intoBooleanClause.Occur.SHOULDclause in a BooleanQuery, but adjusts the frequencies used for scoring to be blended across the terms, otherwise the rarest term typically ranks highest (often not useful eg in the set of expanded terms in a FuzzyQuery).static classMultiTermQuery.TopTermsBoostOnlyBooleanQueryRewriteA rewrite method that first translates each term intoBooleanClause.Occur.SHOULDclause in a BooleanQuery, but the scores are only computed as the boost.static classMultiTermQuery.TopTermsScoringBooleanQueryRewriteA rewrite method that first translates each term intoBooleanClause.Occur.SHOULDclause in a BooleanQuery, and keeps the scores as computed by the query.classScoringRewrite<B>Base rewrite method that translates each term into a query, and keeps the scores as computed by the query.classTopTermsRewrite<B>Base rewrite method for collecting only the top terms via a priority queue.
-