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:
Michael McCandless 2012-01-15 23:08:04 +00:00
parent 9de01b56eb
commit 1e09d9eff6
1 changed files with 1 additions and 1 deletions

View File

@ -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