Uses of Class
org.apache.lucene.index.SortedDocValues
-
Packages that use SortedDocValues Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.codecs.lucene80 Components from the Lucene 8.0 index format Seeorg.apache.lucene.codecs.lucene84for an overview of the index format.org.apache.lucene.codecs.memory Term dictionary, DocValues or Postings formats that are read entirely into memory.org.apache.lucene.codecs.perfield Postings format that can delegate to different formats per-field.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.index.memory High-performance single-document main memory Apache Lucene fulltext search index.org.apache.lucene.monitor Monitoring frameworkorg.apache.lucene.queries.function.docvalues FunctionValues for different data types.org.apache.lucene.search Code to search indices.org.apache.lucene.search.grouping Grouping.org.apache.lucene.search.highlight Highlighting search terms.org.apache.lucene.search.join Support for index-time and query-time joins. -
-
Uses of SortedDocValues in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as SortedDocValues Modifier and Type Field Description (package private) SortedDocValuesDocValuesConsumer.SortedDocValuesSub. valuesMethods in org.apache.lucene.codecs that return SortedDocValues Modifier and Type Method Description abstract SortedDocValuesDocValuesProducer. getSorted(FieldInfo field)ReturnsSortedDocValuesfor this field.Constructors in org.apache.lucene.codecs with parameters of type SortedDocValues Constructor Description SortedDocValuesSub(MergeState.DocMap docMap, SortedDocValues values, LongValues map) -
Uses of SortedDocValues in org.apache.lucene.codecs.lucene70
Subclasses of SortedDocValues in org.apache.lucene.codecs.lucene70 Modifier and Type Class Description private static classLucene70DocValuesProducer.BaseSortedDocValuesMethods in org.apache.lucene.codecs.lucene70 that return SortedDocValues Modifier and Type Method Description private SortedDocValuesLucene70DocValuesProducer. getSorted(Lucene70DocValuesProducer.SortedEntry entry)SortedDocValuesLucene70DocValuesProducer. getSorted(FieldInfo field) -
Uses of SortedDocValues in org.apache.lucene.codecs.lucene80
Subclasses of SortedDocValues in org.apache.lucene.codecs.lucene80 Modifier and Type Class Description private static classLucene80DocValuesProducer.BaseSortedDocValuesMethods in org.apache.lucene.codecs.lucene80 that return SortedDocValues Modifier and Type Method Description private SortedDocValuesLucene80DocValuesProducer. getSorted(Lucene80DocValuesProducer.SortedEntry entry)SortedDocValuesLucene80DocValuesProducer. getSorted(FieldInfo field) -
Uses of SortedDocValues in org.apache.lucene.codecs.memory
Subclasses of SortedDocValues in org.apache.lucene.codecs.memory Modifier and Type Class Description (package private) classLegacySortedDocValuesWrapperDeprecated.ImplementSortedDocValuesdirectly.Methods in org.apache.lucene.codecs.memory that return SortedDocValues Modifier and Type Method Description SortedDocValuesDirectDocValuesProducer. getSorted(FieldInfo field)Methods in org.apache.lucene.codecs.memory with parameters of type SortedDocValues Modifier and Type Method Description static java.lang.Iterable<BytesRef>LegacyDocValuesIterables. valuesIterable(SortedDocValues values)Deprecated.ConsumeSortedDocValuesinstead. -
Uses of SortedDocValues in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return SortedDocValues Modifier and Type Method Description SortedDocValuesPerFieldDocValuesFormat.FieldsReader. getSorted(FieldInfo field) -
Uses of SortedDocValues in org.apache.lucene.codecs.simpletext
Methods in org.apache.lucene.codecs.simpletext that return SortedDocValues Modifier and Type Method Description SortedDocValuesSimpleTextDocValuesReader. getSorted(FieldInfo fieldInfo) -
Uses of SortedDocValues in org.apache.lucene.index
Subclasses of SortedDocValues in org.apache.lucene.index Modifier and Type Class Description classFilterSortedDocValuesDelegates all methods to a wrappedSortedDocValues.static classMultiDocValues.MultiSortedDocValuesImplements SortedDocValues over n subs, using an OrdinalMapprivate static classSortedDocValuesWriter.BufferedSortedDocValues(package private) static classSortedDocValuesWriter.SortingSortedDocValuesFields in org.apache.lucene.index declared as SortedDocValues Modifier and Type Field Description private SortedDocValuesMultiDocValues.MultiSortedDocValues. currentValuesprotected SortedDocValuesFilterSortedDocValues. inWrapped valuesprivate SortedDocValuesSingletonSortedSetDocValues. inprivate SortedDocValuesSortedDocValuesWriter.SortingSortedDocValues. inSortedDocValues[]MultiDocValues.MultiSortedDocValues. valuesleaf valuesprivate SortedDocValuesSortedDocValuesTermsEnum. valuesMethods in org.apache.lucene.index that return SortedDocValues Modifier and Type Method Description static SortedDocValuesDocValues. emptySorted()An empty SortedDocValues which returnsBytesRef.EMPTY_BYTESfor every documentSortedDocValuesIndexSorter.SortedDocValuesProvider. get(LeafReader reader)Returns the SortedDocValues instance for this LeafReader(package private) SortedDocValuesSortedDocValuesWriter. getDocValues()static SortedDocValuesDocValues. getSorted(LeafReader reader, java.lang.String field)Returns SortedDocValues for the field, orDocValues.emptySorted()if it has none.SortedDocValuesEmptyDocValuesProducer. getSorted(FieldInfo field)SortedDocValuesSegmentDocValuesProducer. getSorted(FieldInfo field)SortedDocValuesCodecReader. getSortedDocValues(java.lang.String field)SortedDocValuesExitableDirectoryReader.ExitableFilterAtomicReader. getSortedDocValues(java.lang.String field)SortedDocValuesFilterLeafReader. getSortedDocValues(java.lang.String field)abstract SortedDocValuesLeafReader. getSortedDocValues(java.lang.String field)ReturnsSortedDocValuesfor this field, or null if noSortedDocValueswere indexed for this field.SortedDocValuesMergeReaderWrapper. getSortedDocValues(java.lang.String field)SortedDocValuesParallelLeafReader. getSortedDocValues(java.lang.String field)SortedDocValuesSingletonSortedSetDocValues. getSortedDocValues()Return the wrappedSortedDocValuesstatic SortedDocValuesMultiDocValues. getSortedValues(IndexReader r, java.lang.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 SortedDocValues Modifier and Type Method Description static 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(java.lang.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 SortedDocValues Constructor Description FilterSortedDocValues(SortedDocValues in)Sole constructorMultiSortedDocValues(SortedDocValues[] values, int[] docStarts, OrdinalMap mapping, long totalCost)Creates a new MultiSortedDocValues overvaluesSingletonSortedSetDocValues(SortedDocValues in)Creates a multi-valued view over the provided SortedDocValuesSortedDocValuesTermsEnum(SortedDocValues values)Creates a new TermsEnum over the provided valuesSortingSortedDocValues(SortedDocValues in, int[] ords) -
Uses of SortedDocValues in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory that return SortedDocValues Modifier and Type Method Description SortedDocValuesMemoryIndex.MemoryIndexReader. getSortedDocValues(java.lang.String field)private SortedDocValuesMemoryIndex.MemoryIndexReader. getSortedDocValues(java.lang.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 SortedDocValues Modifier and Type Field Description (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 SortedDocValues Modifier and Type Field Description protected SortedDocValuesDocTermsIndexDocValues. termsIndexMethods in org.apache.lucene.queries.function.docvalues that return SortedDocValues Modifier and Type Method Description (package private) static SortedDocValuesDocTermsIndexDocValues. open(LeafReaderContext context, java.lang.String field)Constructors in org.apache.lucene.queries.function.docvalues with parameters of type SortedDocValues Constructor Description DocTermsIndexDocValues(ValueSource vs, SortedDocValues termsIndex) -
Uses of SortedDocValues in org.apache.lucene.search
Subclasses of SortedDocValues in org.apache.lucene.search Modifier and Type Class Description (package private) static classSortedSetSelector.MaxValueWraps a SortedSetDocValues and returns the last ordinal (max)(package private) static classSortedSetSelector.MiddleMaxValueWraps a SortedSetDocValues and returns the middle ordinal (or max of the two)(package private) static classSortedSetSelector.MiddleMinValueWraps a SortedSetDocValues and returns the middle ordinal (or min of the two)(package private) static classSortedSetSelector.MinValueWraps a SortedSetDocValues and returns the first ordinal (min)Fields in org.apache.lucene.search declared as SortedDocValues Modifier and Type Field Description protected SortedDocValuesDocValuesStats.SortedDocValuesStats. sdv(package private) SortedDocValuesFieldComparator.TermOrdValComparator. termsIndexMethods in org.apache.lucene.search that return SortedDocValues Modifier and Type Method Description protected SortedDocValuesFieldComparator.TermOrdValComparator. getSortedDocValues(LeafReaderContext context, java.lang.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 SortedDocValues Modifier and Type Field Description private 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 SortedDocValues Modifier and Type Method Description SortedDocValuesTermVectorLeafReader. getSortedDocValues(java.lang.String field)SortedDocValuesWeightedSpanTermExtractor.DelegatingLeafReader. getSortedDocValues(java.lang.String field) -
Uses of SortedDocValues in org.apache.lucene.search.join
Subclasses of SortedDocValues in org.apache.lucene.search.join Modifier and Type Class Description private static classToParentDocValues.SortedDVsFields in org.apache.lucene.search.join declared as SortedDocValues Modifier and Type Field Description private SortedDocValuesGlobalOrdinalsCollector.OrdinalMapCollector. docTermOrdsprivate SortedDocValuesGlobalOrdinalsCollector.SegmentOrdinalCollector. docTermOrdsprivate SortedDocValuesGlobalOrdinalsWithScoreCollector.OrdinalMapCollector. docTermOrdsprivate SortedDocValuesGlobalOrdinalsWithScoreCollector.SegmentOrdinalCollector. docTermOrds(package private) SortedDocValuesBaseGlobalOrdinalScorer. valuesprivate SortedDocValuesToParentDocValues.SortedDVs. valuesMethods in org.apache.lucene.search.join that return SortedDocValues Modifier and Type Method Description static 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 SortedDocValues Modifier and Type Method Description static 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)
-