git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@985875 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2010-08-16 11:22:20 +00:00
parent 54504ccb76
commit 8464fadaa6
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ import org.apache.lucene.util.NumericUtils; // for javadocs
* </pre>
*
* accepts all documents whose float valued "weight" field
* ranges from 0.3 to 0.10, inclusive.
* ranges from 0.03 to 0.10, inclusive.
* See {@link NumericRangeQuery} for details on how Lucene
* indexes and searches numeric valued fields.
*

View File

@ -46,7 +46,7 @@ import org.apache.lucene.index.TermsEnum;
* </pre>
*
* matches all documents whose float valued "weight" field
* ranges from 0.3 to 0.10, inclusive.
* ranges from 0.03 to 0.10, inclusive.
*
* <p>The performance of NumericRangeQuery is much better
* than the corresponding {@link TermRangeQuery} because the