diff --git a/lucene/src/java/org/apache/lucene/document/NumericField.java b/lucene/src/java/org/apache/lucene/document/NumericField.java index 1edb9e702a0..7769e81ad71 100644 --- a/lucene/src/java/org/apache/lucene/document/NumericField.java +++ b/lucene/src/java/org/apache/lucene/document/NumericField.java @@ -74,7 +74,7 @@ import org.apache.lucene.util.NumericUtils; * *

By default, a NumericField'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.

* *

You may add the same field name as a NumericField to