Uses of Class
org.apache.lucene.search.TopTermsRewrite
Packages that use TopTermsRewrite
Package
Description
The calculus of spans.
Code to search indices.
-
Uses of TopTermsRewrite in org.apache.lucene.queries.spans
Fields in org.apache.lucene.queries.spans declared as TopTermsRewriteModifier and TypeFieldDescriptionprivate final TopTermsRewrite<List<SpanQuery>> SpanMultiTermQueryWrapper.TopTermsSpanBooleanQueryRewrite.delegate -
Uses of TopTermsRewrite in org.apache.lucene.search
Subclasses of TopTermsRewrite in org.apache.lucene.searchModifier and TypeClassDescriptionstatic final classA 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 final classA rewrite method that first translates each term intoBooleanClause.Occur.SHOULDclause in a BooleanQuery, but the scores are only computed as the boost.static final classA rewrite method that first translates each term intoBooleanClause.Occur.SHOULDclause in a BooleanQuery, and keeps the scores as computed by the query.