You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2021/07/02 16:55:30 UTC

[lucene-solr] branch branch_8x updated: remove no-longer-accurate sentence in TopTermsScoringBooleanQueryRewrite javadocs (#197)

This is an automated email from the ASF dual-hosted git repository.

cpoerschke pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new b186bb6  remove no-longer-accurate sentence in TopTermsScoringBooleanQueryRewrite javadocs (#197)
b186bb6 is described below

commit b186bb679469130afa99dc565c42c335ec18c7f7
Author: Christine Poerschke <cp...@apache.org>
AuthorDate: Fri Jul 2 17:42:17 2021 +0100

    remove no-longer-accurate sentence in TopTermsScoringBooleanQueryRewrite javadocs (#197)
    
    Resolved Conflicts:
    	lucene/core/src/java/org/apache/lucene/search/MultiTermQuery.java
---
 lucene/core/src/java/org/apache/lucene/search/MultiTermQuery.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lucene/core/src/java/org/apache/lucene/search/MultiTermQuery.java b/lucene/core/src/java/org/apache/lucene/search/MultiTermQuery.java
index 4a0302b..5e0d623 100644
--- a/lucene/core/src/java/org/apache/lucene/search/MultiTermQuery.java
+++ b/lucene/core/src/java/org/apache/lucene/search/MultiTermQuery.java
@@ -132,8 +132,7 @@ public abstract class MultiTermQuery extends Query {
    * 
    * <p>
    * This rewrite method only uses the top scoring terms so it will not overflow
-   * the boolean max clause count. It is the default rewrite method for
-   * {@link FuzzyQuery}.
+   * the boolean max clause count.
    * 
    * @see #setRewriteMethod
    */