Uses of Class
org.apache.lucene.index.SortedDocValues
Packages that use SortedDocValues
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format
See
org.apache.lucene.codecs.lucene84 for an overview
of the index format.Term dictionary, DocValues or Postings formats that are read
entirely into memory.
Postings format that can delegate to different formats per-field.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
Monitoring framework
FunctionValues for different data types.
Code to search indices.
Grouping.
Highlighting search terms.
Support for index-time and query-time joins.
-
Uses of SortedDocValues in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as SortedDocValuesModifier and TypeFieldDescription(package private) final SortedDocValuesDocValuesConsumer.SortedDocValuesSub.valuesMethods in org.apache.lucene.codecs that return SortedDocValuesModifier and TypeMethodDescriptionabstract SortedDocValuesReturnsSortedDocValuesfor this field.Constructors in org.apache.lucene.codecs with parameters of type SortedDocValuesModifierConstructorDescriptionSortedDocValuesSub(MergeState.DocMap docMap, SortedDocValues values, LongValues map) -
Uses of SortedDocValues in org.apache.lucene.codecs.lucene70
Subclasses of SortedDocValues in org.apache.lucene.codecs.lucene70Modifier and TypeClassDescriptionprivate static classMethods in org.apache.lucene.codecs.lucene70 that return SortedDocValuesModifier and TypeMethodDescriptionprivate SortedDocValuesLucene70DocValuesProducer.getSorted(Lucene70DocValuesProducer.SortedEntry entry) -
Uses of SortedDocValues in org.apache.lucene.codecs.lucene80
Subclasses of SortedDocValues in org.apache.lucene.codecs.lucene80Modifier and TypeClassDescriptionprivate static classMethods in org.apache.lucene.codecs.lucene80 that return SortedDocValuesModifier and TypeMethodDescriptionprivate SortedDocValuesLucene80DocValuesProducer.getSorted(Lucene80DocValuesProducer.SortedEntry entry) -
Uses of SortedDocValues in org.apache.lucene.codecs.memory
Subclasses of SortedDocValues in org.apache.lucene.codecs.memoryModifier and TypeClassDescription(package private) final classDeprecated.Methods in org.apache.lucene.codecs.memory that return SortedDocValuesModifier and TypeMethodDescriptionMethods in org.apache.lucene.codecs.memory with parameters of type SortedDocValuesModifier and TypeMethodDescriptionLegacyDocValuesIterables.valuesIterable(SortedDocValues values) Deprecated.ConsumeSortedDocValuesinstead. -
Uses of SortedDocValues in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return SortedDocValuesModifier and TypeMethodDescription -
Uses of SortedDocValues in org.apache.lucene.codecs.simpletext
Methods in org.apache.lucene.codecs.simpletext that return SortedDocValuesModifier and TypeMethodDescription -
Uses of SortedDocValues in org.apache.lucene.index
Subclasses of SortedDocValues in org.apache.lucene.indexModifier and TypeClassDescriptionclassDelegates all methods to a wrappedSortedDocValues.static classImplements SortedDocValues over n subs, using an OrdinalMapprivate static class(package private) static classFields in org.apache.lucene.index declared as SortedDocValuesModifier and TypeFieldDescriptionprivate SortedDocValuesMultiDocValues.MultiSortedDocValues.currentValuesprotected final SortedDocValuesFilterSortedDocValues.inWrapped valuesprivate final SortedDocValuesSingletonSortedSetDocValues.inprivate final SortedDocValuesSortedDocValuesWriter.SortingSortedDocValues.infinal SortedDocValues[]MultiDocValues.MultiSortedDocValues.valuesleaf valuesprivate final SortedDocValuesSortedDocValuesTermsEnum.valuesMethods in org.apache.lucene.index that return SortedDocValuesModifier and TypeMethodDescriptionstatic final SortedDocValuesDocValues.emptySorted()An empty SortedDocValues which returnsBytesRef.EMPTY_BYTESfor every documentIndexSorter.SortedDocValuesProvider.get(LeafReader reader) Returns the SortedDocValues instance for this LeafReader(package private) SortedDocValuesSortedDocValuesWriter.getDocValues()static SortedDocValuesDocValues.getSorted(LeafReader reader, String field) Returns SortedDocValues for the field, orDocValues.emptySorted()if it has none.final SortedDocValuesCodecReader.getSortedDocValues(String field) ExitableDirectoryReader.ExitableFilterAtomicReader.getSortedDocValues(String field) FilterLeafReader.getSortedDocValues(String field) abstract SortedDocValuesLeafReader.getSortedDocValues(String field) ReturnsSortedDocValuesfor this field, or null if noSortedDocValueswere indexed for this field.MergeReaderWrapper.getSortedDocValues(String field) ParallelLeafReader.getSortedDocValues(String field) SingletonSortedSetDocValues.getSortedDocValues()Return the wrappedSortedDocValuesstatic SortedDocValuesMultiDocValues.getSortedValues(IndexReader r, String field) Returns a SortedDocValues for a reader's docvalues (potentially doing extremely slow things).static SortedDocValuesDocValues.unwrapSingleton(SortedSetDocValues dv) Returns a single-valued view of the SortedSetDocValues, if it was previously wrapped withDocValues.singleton(SortedDocValues), or null.Methods in org.apache.lucene.index with parameters of type SortedDocValuesModifier and TypeMethodDescriptionstatic OrdinalMapOrdinalMap.build(IndexReader.CacheKey owner, SortedDocValues[] values, float acceptableOverheadRatio) Create an ordinal map that uses the number of unique values of eachSortedDocValuesinstance as a weight.private static voidCheckIndex.checkSortedDocValues(String fieldName, int maxDoc, SortedDocValues dv, SortedDocValues dv2) static SortedSetDocValuesDocValues.singleton(SortedDocValues dv) Returns a multi-valued view over the provided SortedDocValuesprivate int[]SortedDocValuesWriter.sortDocValues(int maxDoc, Sorter.DocMap sortMap, SortedDocValues oldValues) Constructors in org.apache.lucene.index with parameters of type SortedDocValuesModifierConstructorDescriptionSole constructorMultiSortedDocValues(SortedDocValues[] values, int[] docStarts, OrdinalMap mapping, long totalCost) Creates a new MultiSortedDocValues overvaluesCreates a multi-valued view over the provided SortedDocValuesCreates a new TermsEnum over the provided values(package private)SortingSortedDocValues(SortedDocValues in, int[] ords) -
Uses of SortedDocValues in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory that return SortedDocValuesModifier and TypeMethodDescriptionMemoryIndex.MemoryIndexReader.getSortedDocValues(String field) private SortedDocValuesMemoryIndex.MemoryIndexReader.getSortedDocValues(String field, DocValuesType docValuesType) private static SortedDocValuesMemoryIndex.sortedDocValues(BytesRef value) -
Uses of SortedDocValues in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor declared as SortedDocValuesModifier and TypeFieldDescription(package private) SortedDocValuesQueryIndex.DataValues.cacheId(package private) SortedDocValuesQueryIndex.DataValues.queryId -
Uses of SortedDocValues in org.apache.lucene.queries.function.docvalues
Fields in org.apache.lucene.queries.function.docvalues declared as SortedDocValuesModifier and TypeFieldDescriptionprotected final SortedDocValuesDocTermsIndexDocValues.termsIndexMethods in org.apache.lucene.queries.function.docvalues that return SortedDocValuesModifier and TypeMethodDescription(package private) static SortedDocValuesDocTermsIndexDocValues.open(LeafReaderContext context, String field) Constructors in org.apache.lucene.queries.function.docvalues with parameters of type SortedDocValuesModifierConstructorDescriptionprotectedDocTermsIndexDocValues(ValueSource vs, SortedDocValues termsIndex) -
Uses of SortedDocValues in org.apache.lucene.search
Subclasses of SortedDocValues in org.apache.lucene.searchModifier and TypeClassDescription(package private) static classWraps a SortedSetDocValues and returns the last ordinal (max)(package private) static classWraps a SortedSetDocValues and returns the middle ordinal (or max of the two)(package private) static classWraps a SortedSetDocValues and returns the middle ordinal (or min of the two)(package private) static classWraps a SortedSetDocValues and returns the first ordinal (min)Fields in org.apache.lucene.search declared as SortedDocValuesModifier and TypeFieldDescriptionprotected SortedDocValuesDocValuesStats.SortedDocValuesStats.sdv(package private) SortedDocValuesFieldComparator.TermOrdValComparator.termsIndexMethods in org.apache.lucene.search that return SortedDocValuesModifier and TypeMethodDescriptionprotected SortedDocValuesFieldComparator.TermOrdValComparator.getSortedDocValues(LeafReaderContext context, String field) Retrieves the SortedDocValues for the field in this segmentprivate SortedDocValuesSortedSetSortField.getValues(LeafReader reader) static SortedDocValuesSortedSetSelector.wrap(SortedSetDocValues sortedSet, SortedSetSelector.Type selector) Wraps a multi-valued SortedSetDocValues as a single-valued view, using the specified selector -
Uses of SortedDocValues in org.apache.lucene.search.grouping
Fields in org.apache.lucene.search.grouping declared as SortedDocValuesModifier and TypeFieldDescriptionprivate SortedDocValuesTermGroupSelector.docValuesprivate SortedDocValuesTermGroupFacetCollector.SV.facetFieldTermsIndex(package private) SortedDocValuesTermGroupFacetCollector.groupFieldTermsIndex -
Uses of SortedDocValues in org.apache.lucene.search.highlight
Methods in org.apache.lucene.search.highlight that return SortedDocValuesModifier and TypeMethodDescriptionTermVectorLeafReader.getSortedDocValues(String field) WeightedSpanTermExtractor.DelegatingLeafReader.getSortedDocValues(String field) -
Uses of SortedDocValues in org.apache.lucene.search.join
Subclasses of SortedDocValues in org.apache.lucene.search.joinFields in org.apache.lucene.search.join declared as SortedDocValuesModifier and TypeFieldDescriptionprivate final SortedDocValuesGlobalOrdinalsCollector.OrdinalMapCollector.docTermOrdsprivate final SortedDocValuesGlobalOrdinalsCollector.SegmentOrdinalCollector.docTermOrdsprivate final SortedDocValuesGlobalOrdinalsWithScoreCollector.OrdinalMapCollector.docTermOrdsprivate final SortedDocValuesGlobalOrdinalsWithScoreCollector.SegmentOrdinalCollector.docTermOrds(package private) final SortedDocValuesBaseGlobalOrdinalScorer.valuesprivate final SortedDocValuesToParentDocValues.SortedDVs.valuesMethods in org.apache.lucene.search.join that return SortedDocValuesModifier and TypeMethodDescriptionstatic SortedDocValuesBlockJoinSelector.wrap(SortedDocValues values, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children) Wraps the providedSortedDocValuesin order to only select one value per parent among itschildrenusing the configuredselectiontype.static SortedDocValuesBlockJoinSelector.wrap(SortedDocValues values, BlockJoinSelector.Type selection, BitSet parents, BitSet children) Deprecated.static SortedDocValuesBlockJoinSelector.wrap(SortedSetDocValues sortedSet, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children) Wraps the providedSortedSetDocValuesin order to only select one value per parent among itschildrenusing the configuredselectiontype.static SortedDocValuesBlockJoinSelector.wrap(SortedSetDocValues sortedSet, BlockJoinSelector.Type selection, BitSet parents, BitSet children) Deprecated.(package private) static SortedDocValuesToParentDocValues.wrap(SortedDocValues values, BlockJoinSelector.Type selection, BitSet parents2, DocIdSetIterator children) Methods in org.apache.lucene.search.join with parameters of type SortedDocValuesModifier and TypeMethodDescriptionstatic SortedDocValuesBlockJoinSelector.wrap(SortedDocValues values, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children) Wraps the providedSortedDocValuesin order to only select one value per parent among itschildrenusing the configuredselectiontype.static SortedDocValuesBlockJoinSelector.wrap(SortedDocValues values, BlockJoinSelector.Type selection, BitSet parents, BitSet children) Deprecated.(package private) static SortedDocValuesToParentDocValues.wrap(SortedDocValues values, BlockJoinSelector.Type selection, BitSet parents2, DocIdSetIterator children) Constructors in org.apache.lucene.search.join with parameters of type SortedDocValuesModifierConstructorDescriptionBaseGlobalOrdinalScorer(Weight weight, SortedDocValues values, DocIdSetIterator approximationScorer) (package private)OrdinalMapCollector(SortedDocValues docTermOrds, LongValues segmentOrdToGlobalOrdLookup) (package private)OrdinalMapCollector(SortedDocValues docTermOrds, LongValues segmentOrdToGlobalOrdLookup) OrdinalMapScorer(Weight weight, float score, LongBitSet foundOrds, SortedDocValues values, DocIdSetIterator approximationScorer, LongValues segmentOrdToGlobalOrdLookup) OrdinalMapScorer(Weight weight, GlobalOrdinalsWithScoreCollector collector, SortedDocValues values, DocIdSetIterator approximation, LongValues segmentOrdToGlobalOrdLookup) (package private)SegmentOrdinalCollector(SortedDocValues docTermOrds) (package private)SegmentOrdinalCollector(SortedDocValues docTermOrds) SegmentOrdinalScorer(Weight weight, float score, LongBitSet foundOrds, SortedDocValues values, DocIdSetIterator approximationScorer) SegmentOrdinalScorer(Weight weight, GlobalOrdinalsWithScoreCollector collector, SortedDocValues values, DocIdSetIterator approximation) privateSortedDVs(SortedDocValues values, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children)
SortedDocValuesdirectly.