mirror of https://github.com/apache/lucene.git
LUCENE-3219: Fixed forgotten javadoc warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138294 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ee5de6d8e5
commit
feb428d5fb
|
@ -69,7 +69,7 @@ import org.apache.lucene.search.FieldCache; // javadocs
|
|||
* <code>NumericField</code>, use {@link NumericRangeQuery} or {@link
|
||||
* NumericRangeFilter}. To sort according to a
|
||||
* <code>NumericField</code>, use the normal numeric sort types, eg
|
||||
* {@link SortField#INT}. <code>NumericField</code> values
|
||||
* {@link SortField.Type#INT}. <code>NumericField</code> values
|
||||
* can also be loaded directly from {@link FieldCache}.</p>
|
||||
*
|
||||
* <p>By default, a <code>NumericField</code>'s value is not stored but
|
||||
|
|
Loading…
Reference in New Issue