Uses of Class
org.apache.lucene.index.NumericDocValues
Packages that use NumericDocValues
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 4.5 file format.
Code to maintain and access indices.
Some utility classes.
Packed integer arrays and streams.
-
Uses of NumericDocValues in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return NumericDocValuesModifier and TypeMethodDescriptionabstract NumericDocValues
DocValuesProducer.getNumeric
(FieldInfo field) ReturnsNumericDocValues
for this field.Method parameters in org.apache.lucene.codecs with type arguments of type NumericDocValuesModifier and TypeMethodDescriptionvoid
DocValuesConsumer.mergeNumericField
(FieldInfo fieldInfo, MergeState mergeState, List<NumericDocValues> toMerge, List<Bits> docsWithField) Merges the numeric docvalues fromtoMerge
. -
Uses of NumericDocValues in org.apache.lucene.codecs.lucene45
Methods in org.apache.lucene.codecs.lucene45 that return NumericDocValues -
Uses of NumericDocValues in org.apache.lucene.index
Fields in org.apache.lucene.index declared as NumericDocValuesModifier and TypeFieldDescriptionstatic final NumericDocValues
NumericDocValues.EMPTY
An empty NumericDocValues which returns zero for every documentMethods in org.apache.lucene.index that return NumericDocValuesModifier and TypeMethodDescriptionabstract NumericDocValues
AtomicReader.getNormValues
(String field) ReturnsNumericDocValues
representing norms for this field, or null if noNumericDocValues
were indexed.FilterAtomicReader.getNormValues
(String field) static NumericDocValues
MultiDocValues.getNormValues
(IndexReader r, String field) Returns a NumericDocValues for a reader's norms (potentially merging on-the-fly).ParallelAtomicReader.getNormValues
(String field) SegmentReader.getNormValues
(String field) SlowCompositeReaderWrapper.getNormValues
(String field) abstract NumericDocValues
AtomicReader.getNumericDocValues
(String field) ReturnsNumericDocValues
for this field, or null if noNumericDocValues
were indexed for this field.FilterAtomicReader.getNumericDocValues
(String field) ParallelAtomicReader.getNumericDocValues
(String field) SegmentReader.getNumericDocValues
(String field) SlowCompositeReaderWrapper.getNumericDocValues
(String field) static NumericDocValues
MultiDocValues.getNumericValues
(IndexReader r, String field) Returns a NumericDocValues for a reader's docvalues (potentially merging on-the-fly) -
Uses of NumericDocValues in org.apache.lucene.util
Subclasses of NumericDocValues in org.apache.lucene.util -
Uses of NumericDocValues in org.apache.lucene.util.packed
Subclasses of NumericDocValues in org.apache.lucene.util.packedModifier and TypeClassDescriptionfinal class
Utility class to buffer a list of signed longs in memory.final class
Utility class to buffer a list of signed longs in memory.final class
Provides random access to a stream written withBlockPackedWriter
.class
ImplementsPackedInts.Mutable
, but grows the bit count of the underlying packed ints on-demand.final class
Utility class to buffer signed longs in memory, which is optimized for the case where the sequence is monotonic, although it can encode any sequence of arbitrary longs.final class
Provides random access to a stream written withMonotonicBlockPackedWriter
.static class
A packed integer array that can be modified.static final class
APackedInts.Reader
which has all its values equal to 0 (bitsPerValue = 0).static class
A read-only random access array of positive integers.final class
final class
APagedMutable
.