Package | Description |
---|---|
org.apache.lucene.codecs.lucene54 |
Lucene 5.4 file format.
|
Modifier and Type | Field and Description |
---|---|
(package private) Lucene54DocValuesConsumer.NumberType |
Lucene54DocValuesProducer.NumericEntry.numberType |
Modifier and Type | Method and Description |
---|---|
static Lucene54DocValuesConsumer.NumberType |
Lucene54DocValuesConsumer.NumberType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Lucene54DocValuesConsumer.NumberType[] |
Lucene54DocValuesConsumer.NumberType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
Lucene54DocValuesConsumer.addNumericField(FieldInfo field,
java.lang.Iterable<java.lang.Number> values,
Lucene54DocValuesConsumer.NumberType numberType) |
(package private) long |
Lucene54DocValuesConsumer.writeSparseMissingBitset(java.lang.Iterable<java.lang.Number> values,
Lucene54DocValuesConsumer.NumberType numberType,
long numDocsWithValue) |