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 voidLucene70DocValuesConsumer.writeValuesMultipleBlocks(SortedNumericDocValues values, long gcd) private voidLucene70DocValuesConsumer.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 longLucene80DocValuesConsumer.writeValuesMultipleBlocks(SortedNumericDocValues values, long gcd) private voidLucene80DocValuesConsumer.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 SortedNumericDocValuesDocValuesConsumer.SortedNumericDocValuesSub.valuesMethods in org.apache.lucene.codecs that return SortedNumericDocValuesModifier and TypeMethodDescriptionabstract SortedNumericDocValuesDocValuesProducer.getSortedNumeric(FieldInfo field) ReturnsSortedNumericDocValuesfor 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 SortedNumericDocValuesLucene90DocValuesProducer.getSortedNumeric(Lucene90DocValuesProducer.SortedNumericEntry entry) Lucene90DocValuesProducer.getSortedNumeric(FieldInfo field) Methods in org.apache.lucene.codecs.lucene90 with parameters of type SortedNumericDocValuesModifier and TypeMethodDescriptionprivate longLucene90DocValuesConsumer.writeValuesMultipleBlocks(SortedNumericDocValues values, long gcd) private voidLucene90DocValuesConsumer.writeValuesSingleBlock(SortedNumericDocValues values, long numValues, int numBitsPerValue, long min, long gcd, LongIntHashMap 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) SortedNumericDocValuesLatLonPointDistanceComparator.currentDocs(package private) SortedNumericDocValuesXYPointDistanceComparator.currentDocsMethods in org.apache.lucene.document with parameters of type SortedNumericDocValuesModifier and TypeMethodDescriptionprivate TwoPhaseIteratorLatLonDocValuesQuery.contains(SortedNumericDocValues values, LatLonGeometry[] geometries) private TwoPhaseIteratorLatLonDocValuesQuery.disjoint(SortedNumericDocValues values, GeoEncodingUtils.Component2DPredicate component2DPredicate) private TwoPhaseIteratorLatLonDocValuesQuery.intersects(SortedNumericDocValues values, GeoEncodingUtils.Component2DPredicate component2DPredicate) private TwoPhaseIteratorLatLonDocValuesQuery.within(SortedNumericDocValues values, GeoEncodingUtils.Component2DPredicate component2DPredicate) -
Uses of SortedNumericDocValues in org.apache.lucene.index
Subclasses of SortedNumericDocValues in org.apache.lucene.indexModifier and TypeClassDescriptionclassDelegates all methods to a wrappedSortedNumericDocValues.(package private) final classExposes multi-valued view over a single-valued instance.private static class(package private) static classFields in org.apache.lucene.index declared as SortedNumericDocValuesModifier and TypeFieldDescriptionprotected final SortedNumericDocValuesFilterSortedNumericDocValues.inWrapped valuesprivate final SortedNumericDocValuesSortedNumericDocValuesWriter.SortingSortedNumericDocValues.inMethods in org.apache.lucene.index that return SortedNumericDocValuesModifier and TypeMethodDescriptionstatic final SortedNumericDocValuesDocValues.emptySortedNumeric()An empty SortedNumericDocValues which returns zero values for every document(package private) SortedNumericDocValuesSortedNumericDocValuesWriter.getDocValues()static SortedNumericDocValuesDocValues.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 SortedNumericDocValuesCodecReader.getSortedNumericDocValues(String field) ExitableDirectoryReader.ExitableFilterAtomicReader.getSortedNumericDocValues(String field) FilterLeafReader.getSortedNumericDocValues(String field) abstract SortedNumericDocValuesLeafReader.getSortedNumericDocValues(String field) ReturnsSortedNumericDocValuesfor this field, or null if noSortedNumericDocValueswere indexed for this field.ParallelLeafReader.getSortedNumericDocValues(String field) static SortedNumericDocValuesMultiDocValues.getSortedNumericValues(IndexReader r, String field) Returns a SortedNumericDocValues for a reader's docvalues (potentially merging on-the-fly)private SortedNumericDocValuesSortedNumericDocValuesWriter.getValues(PackedLongValues values, PackedLongValues valueCounts, DocsWithFieldSet docsWithField) static SortedNumericDocValuesDocValues.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 voidCheckIndex.checkSortedNumericDocValues(String fieldName, SortedNumericDocValues ndv, SortedNumericDocValues ndv2) static NumericDocValuesDocValues.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 SortedNumericDocValuesMemoryIndex.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 SortedNumericDocValuesDocValuesStats.SortedNumericDocValuesStats.sndv -
Uses of SortedNumericDocValues in org.apache.lucene.search
Fields in org.apache.lucene.search declared as SortedNumericDocValuesModifier and TypeFieldDescription(package private) final SortedNumericDocValuesSortedNumericSelector.MaxValue.in(package private) final SortedNumericDocValuesSortedNumericSelector.MinValue.inMethods in org.apache.lucene.search with parameters of type SortedNumericDocValuesModifier and TypeMethodDescriptionstatic NumericDocValuesSortedNumericSelector.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 NumericDocValuesBlockJoinSelector.wrap(SortedNumericDocValues sortedNumerics, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children) Wraps the providedSortedNumericDocValuesin order to only select one value per parent among itschildrenusing the configuredselectiontype.static NumericDocValuesBlockJoinSelector.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) SortedNumericDocValuesGeo3DPointDistanceComparator.currentDocs(package private) SortedNumericDocValuesGeo3DPointOutsideDistanceComparator.currentDocs