mirror of https://github.com/apache/lucene.git
fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231793 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9de01b56eb
commit
1e09d9eff6
|
@ -74,7 +74,7 @@ import org.apache.lucene.util.NumericUtils;
|
|||
*
|
||||
* <p>By default, a <code>NumericField</code>'s value is not stored but
|
||||
* is indexed for range filtering and sorting. You can use
|
||||
* {@link Field#Field(String,Number,FieldType)}
|
||||
* {@link Field#Field(String,int,FieldType)}, etc.,
|
||||
* if you need to change these defaults.</p>
|
||||
*
|
||||
* <p>You may add the same field name as a <code>NumericField</code> to
|
||||
|
|
Loading…
Reference in New Issue