Uses of Enum Class
org.apache.lucene.document.column.LongColumn.NumericKind
Packages that use LongColumn.NumericKind
-
Uses of LongColumn.NumericKind in org.apache.lucene.document.column
Methods in org.apache.lucene.document.column that return LongColumn.NumericKindModifier and TypeMethodDescriptionfinal LongColumn.NumericKindLongColumn.numericKind()The numeric interpretation of the column's long values.static LongColumn.NumericKindReturns the enum constant of this class with the specified name.static LongColumn.NumericKind[]LongColumn.NumericKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.lucene.document.column with parameters of type LongColumn.NumericKindModifierConstructorDescriptionprotectedLongColumn(String name, IndexableFieldType fieldType, Column.Density density, LongColumn.NumericKind numericKind) Creates a LongColumn with the given numeric interpretation.