Uses of Class
org.apache.lucene.document.NumericField
-
Packages that use NumericField Package Description org.apache.lucene.document The logical representation of aDocument
for 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 NumericField
NumericField. setDoubleValue(double value)
Initializes the field with the supplieddouble
value.NumericField
NumericField. setFloatValue(float value)
Initializes the field with the suppliedfloat
value.NumericField
NumericField. setIntValue(int value)
Initializes the field with the suppliedint
value.NumericField
NumericField. setLongValue(long value)
Initializes the field with the suppliedlong
value.
-