Uses of Class
org.apache.lucene.document.FieldType.NumericType
-
Packages that use FieldType.NumericType Package Description org.apache.lucene.document The logical representation of aDocumentfor indexing and searching. -
-
Uses of FieldType.NumericType in org.apache.lucene.document
Methods in org.apache.lucene.document that return FieldType.NumericType Modifier and Type Method Description FieldType.NumericTypeFieldType. numericType()NumericType: if non-null then the field's value will be indexed numerically so thatNumericRangeQuerycan be used at search time.static FieldType.NumericTypeFieldType.NumericType. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldType.NumericType[]FieldType.NumericType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.document with parameters of type FieldType.NumericType Modifier and Type Method Description voidFieldType. setNumericType(FieldType.NumericType type)Specifies the field's numeric type.
-