remove no-longer-accurate sentence in TopTermsScoringBooleanQueryRewrite javadocs (#197)

This commit is contained in:
Christine Poerschke 2021-07-02 17:42:17 +01:00 committed by GitHub
parent a0d995d0c4
commit 960e229df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ public abstract class MultiTermQuery extends Query {
* in a BooleanQuery, and keeps the scores as computed by the query. * in a BooleanQuery, and keeps the scores as computed by the query.
* *
* <p>This rewrite method only uses the top scoring terms so it will not overflow the boolean max * <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}. * clause count.
* *
* @see #setRewriteMethod * @see #setRewriteMethod
*/ */