Uses of Class
org.apache.lucene.search.TopTermsRewrite
Packages that use TopTermsRewrite
-
Uses of TopTermsRewrite in org.apache.lucene.search
Subclasses of TopTermsRewrite in org.apache.lucene.searchModifier and TypeClassDescriptionstatic final class
A rewrite method that first translates each term intoBooleanClause.Occur.SHOULD
clause in a BooleanQuery, but the scores are only computed as the boost.static final class
A rewrite method that first translates each term intoBooleanClause.Occur.SHOULD
clause in a BooleanQuery, and keeps the scores as computed by the query.