Uses of Enum Class
org.apache.lucene.document.StoredValue.Type
Packages that use StoredValue.Type
Package
Description
The logical representation of a
Document for indexing and
searching.Column-oriented batch indexing API.
-
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.TypeReturns the enum constant of this class with the specified name.static StoredValue.Type[]StoredValue.Type.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StoredValue.Type in org.apache.lucene.document.column
Methods in org.apache.lucene.document.column that return StoredValue.TypeModifier and TypeMethodDescriptionBinaryColumn.storedType()TheStoredValue.Typeto emit when this column is written to stored fields.DictionaryColumn.storedType()The stored-field type emitted for this column.final StoredValue.TypeLongColumn.storedType()The stored-field variant emitted for this column.