Uses of Class
org.apache.lucene.document.NumericField.DataType
-
Packages that use NumericField.DataType Package Description org.apache.lucene.document The logical representation of aDocumentfor indexing and searching. -
-
Uses of NumericField.DataType in org.apache.lucene.document
Methods in org.apache.lucene.document that return NumericField.DataType Modifier and Type Method Description NumericField.DataTypeNumericField. getDataType()Returns the data type of the current value,nullif not yet set.static NumericField.DataTypeNumericField.DataType. valueOf(String name)Returns the enum constant of this type with the specified name.static NumericField.DataType[]NumericField.DataType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-