Uses of Enum
org.apache.lucene.document.StoredValue.Type
Packages that use StoredValue.Type
-
Uses of StoredValue.Type in org.apache.lucene.document
Methods in org.apache.lucene.document that return StoredValue.TypeModifier and TypeMethodDescriptionStoredValue.getType()
Retrieve the type of the stored value.static StoredValue.Type
Returns the enum constant of this type with the specified name.static StoredValue.Type[]
StoredValue.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.