mirror of https://github.com/apache/lucene.git
remove no-longer-accurate sentence in TopTermsScoringBooleanQueryRewrite javadocs (#197)
This commit is contained in:
parent
a0d995d0c4
commit
960e229df5
|
@ -119,7 +119,7 @@ public abstract class MultiTermQuery extends 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
|
||||
* clause count. It is the default rewrite method for {@link FuzzyQuery}.
|
||||
* clause count.
|
||||
*
|
||||
* @see #setRewriteMethod
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue