Uses of Class
org.apache.lucene.document.NumericField
-
Packages that use NumericField Package Description org.apache.lucene.document The logical representation of aDocumentfor indexing and searching. -
-
Uses of NumericField in org.apache.lucene.document
Methods in org.apache.lucene.document that return NumericField Modifier and Type Method Description NumericFieldNumericField. setDoubleValue(double value)Initializes the field with the supplieddoublevalue.NumericFieldNumericField. setFloatValue(float value)Initializes the field with the suppliedfloatvalue.NumericFieldNumericField. setIntValue(int value)Initializes the field with the suppliedintvalue.NumericFieldNumericField. setLongValue(long value)Initializes the field with the suppliedlongvalue.
-