Uses of Class
org.apache.lucene.index.SortedNumericDocValues
Packages that use SortedNumericDocValues
Package
Description
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 file format.
Postings format that can delegate to different formats per-field.
Simpletext Codec: writes human readable postings.
The logical representation of a
Document
for indexing and
searching.Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
Misc search implementations.
Code to search indices.
Highlighting search terms.
Support for index-time and query-time joins.
Lucene field & query support for the spatial geometry implemented in
org.apache.lucene.spatial3d.geom
.-
Uses of SortedNumericDocValues in org.apache.lucene.backward_codecs.lucene70
Methods in org.apache.lucene.backward_codecs.lucene70 that return SortedNumericDocValuesMethods in org.apache.lucene.backward_codecs.lucene70 with parameters of type SortedNumericDocValuesModifier and TypeMethodDescriptionprivate void
Lucene70DocValuesConsumer.writeValuesMultipleBlocks
(SortedNumericDocValues values, long gcd) private void
Lucene70DocValuesConsumer.writeValuesSingleBlock
(SortedNumericDocValues values, long numValues, int numBitsPerValue, long min, long gcd, Map<Long, Integer> encode) -
Uses of SortedNumericDocValues in org.apache.lucene.backward_codecs.lucene80
Methods in org.apache.lucene.backward_codecs.lucene80 that return SortedNumericDocValuesMethods in org.apache.lucene.backward_codecs.lucene80 with parameters of type SortedNumericDocValuesModifier and TypeMethodDescriptionprivate long
Lucene80DocValuesConsumer.writeValuesMultipleBlocks
(SortedNumericDocValues values, long gcd) private void
Lucene80DocValuesConsumer.writeValuesSingleBlock
(SortedNumericDocValues values, long numValues, int numBitsPerValue, long min, long gcd, Map<Long, Integer> encode) -
Uses of SortedNumericDocValues in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as SortedNumericDocValuesModifier and TypeFieldDescription(package private) final SortedNumericDocValues
DocValuesConsumer.SortedNumericDocValuesSub.values
Methods in org.apache.lucene.codecs that return SortedNumericDocValuesModifier and TypeMethodDescriptionabstract SortedNumericDocValues
DocValuesProducer.getSortedNumeric
(FieldInfo field) ReturnsSortedNumericDocValues
for this field.Constructors in org.apache.lucene.codecs with parameters of type SortedNumericDocValuesModifierConstructorDescriptionSortedNumericDocValuesSub
(MergeState.DocMap docMap, SortedNumericDocValues values) -
Uses of SortedNumericDocValues in org.apache.lucene.codecs.lucene90
Methods in org.apache.lucene.codecs.lucene90 that return SortedNumericDocValuesModifier and TypeMethodDescriptionprivate SortedNumericDocValues
Lucene90DocValuesProducer.getSortedNumeric
(Lucene90DocValuesProducer.SortedNumericEntry entry) Lucene90DocValuesProducer.getSortedNumeric
(FieldInfo field) Methods in org.apache.lucene.codecs.lucene90 with parameters of type SortedNumericDocValuesModifier and TypeMethodDescriptionprivate long
Lucene90DocValuesConsumer.writeValuesMultipleBlocks
(SortedNumericDocValues values, long gcd) private void
Lucene90DocValuesConsumer.writeValuesSingleBlock
(SortedNumericDocValues values, long numValues, int numBitsPerValue, long min, long gcd, Map<Long, Integer> encode) -
Uses of SortedNumericDocValues in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return SortedNumericDocValuesModifier and TypeMethodDescriptionPerFieldDocValuesFormat.FieldsReader.getSortedNumeric
(FieldInfo field) -
Uses of SortedNumericDocValues in org.apache.lucene.codecs.simpletext
Methods in org.apache.lucene.codecs.simpletext that return SortedNumericDocValues -
Uses of SortedNumericDocValues in org.apache.lucene.document
Fields in org.apache.lucene.document declared as SortedNumericDocValuesModifier and TypeFieldDescription(package private) SortedNumericDocValues
LatLonPointDistanceComparator.currentDocs
(package private) SortedNumericDocValues
XYPointDistanceComparator.currentDocs
Methods in org.apache.lucene.document with parameters of type SortedNumericDocValuesModifier and TypeMethodDescriptionprivate TwoPhaseIterator
LatLonDocValuesQuery.contains
(SortedNumericDocValues values, LatLonGeometry[] geometries) private TwoPhaseIterator
LatLonDocValuesQuery.disjoint
(SortedNumericDocValues values, GeoEncodingUtils.Component2DPredicate component2DPredicate) private TwoPhaseIterator
LatLonDocValuesQuery.intersects
(SortedNumericDocValues values, GeoEncodingUtils.Component2DPredicate component2DPredicate) private TwoPhaseIterator
LatLonDocValuesQuery.within
(SortedNumericDocValues values, GeoEncodingUtils.Component2DPredicate component2DPredicate) -
Uses of SortedNumericDocValues in org.apache.lucene.index
Subclasses of SortedNumericDocValues in org.apache.lucene.indexModifier and TypeClassDescriptionclass
Delegates all methods to a wrappedSortedNumericDocValues
.(package private) final class
Exposes multi-valued view over a single-valued instance.private static class
(package private) static class
Fields in org.apache.lucene.index declared as SortedNumericDocValuesModifier and TypeFieldDescriptionprotected final SortedNumericDocValues
FilterSortedNumericDocValues.in
Wrapped valuesprivate final SortedNumericDocValues
SortedNumericDocValuesWriter.SortingSortedNumericDocValues.in
Methods in org.apache.lucene.index that return SortedNumericDocValuesModifier and TypeMethodDescriptionstatic final SortedNumericDocValues
DocValues.emptySortedNumeric()
An empty SortedNumericDocValues which returns zero values for every document(package private) SortedNumericDocValues
SortedNumericDocValuesWriter.getDocValues()
static SortedNumericDocValues
DocValues.getSortedNumeric
(LeafReader reader, String field) Returns SortedNumericDocValues for the field, orDocValues.emptySortedNumeric()
if it has none.EmptyDocValuesProducer.getSortedNumeric
(FieldInfo field) SegmentDocValuesProducer.getSortedNumeric
(FieldInfo field) SlowCompositeCodecReaderWrapper.SlowCompositeDocValuesProducerWrapper.getSortedNumeric
(FieldInfo field) final SortedNumericDocValues
CodecReader.getSortedNumericDocValues
(String field) ExitableDirectoryReader.ExitableFilterAtomicReader.getSortedNumericDocValues
(String field) FilterLeafReader.getSortedNumericDocValues
(String field) abstract SortedNumericDocValues
LeafReader.getSortedNumericDocValues
(String field) ReturnsSortedNumericDocValues
for this field, or null if noSortedNumericDocValues
were indexed for this field.ParallelLeafReader.getSortedNumericDocValues
(String field) static SortedNumericDocValues
MultiDocValues.getSortedNumericValues
(IndexReader r, String field) Returns a SortedNumericDocValues for a reader's docvalues (potentially merging on-the-fly)private SortedNumericDocValues
SortedNumericDocValuesWriter.getValues
(PackedLongValues values, PackedLongValues valueCounts, DocsWithFieldSet docsWithField) static SortedNumericDocValues
DocValues.singleton
(NumericDocValues dv) Returns a multi-valued view over the provided NumericDocValuesMethods in org.apache.lucene.index with parameters of type SortedNumericDocValuesModifier and TypeMethodDescriptionprivate static void
CheckIndex.checkSortedNumericDocValues
(String fieldName, int maxDoc, SortedNumericDocValues ndv, SortedNumericDocValues ndv2) static NumericDocValues
DocValues.unwrapSingleton
(SortedNumericDocValues dv) Returns a single-valued view of the SortedNumericDocValues, if it was previously wrapped withDocValues.singleton(NumericDocValues)
, or null.Constructors in org.apache.lucene.index with parameters of type SortedNumericDocValuesModifierConstructorDescriptionSole constructor(package private)
LongValues
(int maxDoc, Sorter.DocMap sortMap, SortedNumericDocValues oldValues, float acceptableOverheadRatio) (package private)
SortingSortedNumericDocValues
(SortedNumericDocValues in, SortedNumericDocValuesWriter.LongValues values) -
Uses of SortedNumericDocValues in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory that return SortedNumericDocValuesModifier and TypeMethodDescriptionMemoryIndex.MemoryIndexReader.getSortedNumericDocValues
(String field) private static SortedNumericDocValues
MemoryIndex.numericDocValues
(long[] values, int count) -
Uses of SortedNumericDocValues in org.apache.lucene.misc.search
Fields in org.apache.lucene.misc.search declared as SortedNumericDocValuesModifier and TypeFieldDescriptionprotected SortedNumericDocValues
DocValuesStats.SortedNumericDocValuesStats.sndv
-
Uses of SortedNumericDocValues in org.apache.lucene.search
Fields in org.apache.lucene.search declared as SortedNumericDocValuesModifier and TypeFieldDescription(package private) final SortedNumericDocValues
SortedNumericSelector.MaxValue.in
(package private) final SortedNumericDocValues
SortedNumericSelector.MinValue.in
Methods in org.apache.lucene.search with parameters of type SortedNumericDocValuesModifier and TypeMethodDescriptionstatic NumericDocValues
SortedNumericSelector.wrap
(SortedNumericDocValues sortedNumeric, SortedNumericSelector.Type selector, SortField.Type numericType) Wraps a multi-valued SortedNumericDocValues as a single-valued view, using the specified selector and numericType.Constructors in org.apache.lucene.search with parameters of type SortedNumericDocValuesModifierConstructorDescription(package private)
(package private)
-
Uses of SortedNumericDocValues in org.apache.lucene.search.highlight
Methods in org.apache.lucene.search.highlight that return SortedNumericDocValues -
Uses of SortedNumericDocValues in org.apache.lucene.search.join
Methods in org.apache.lucene.search.join with parameters of type SortedNumericDocValuesModifier and TypeMethodDescriptionstatic NumericDocValues
BlockJoinSelector.wrap
(SortedNumericDocValues sortedNumerics, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children) Wraps the providedSortedNumericDocValues
in order to only select one value per parent among itschildren
using the configuredselection
type.static NumericDocValues
BlockJoinSelector.wrap
(SortedNumericDocValues sortedNumerics, BlockJoinSelector.Type selection, BitSet parents, BitSet children) Deprecated. -
Uses of SortedNumericDocValues in org.apache.lucene.spatial3d
Fields in org.apache.lucene.spatial3d declared as SortedNumericDocValuesModifier and TypeFieldDescription(package private) SortedNumericDocValues
Geo3DPointDistanceComparator.currentDocs
(package private) SortedNumericDocValues
Geo3DPointOutsideDistanceComparator.currentDocs