mirror of https://github.com/apache/lucene.git
fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@985875 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
54504ccb76
commit
8464fadaa6
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue