Uses of Class
org.apache.lucene.index.SortedSetDocValues
-
Packages that use SortedSetDocValues Package Description org.apache.lucene.backward_codecs.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.backward_codecs.lucene80 Components from the Lucene 8.0 index format.org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.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.document The logical representation of aDocumentfor indexing and searching.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.misc.search Misc search implementations.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 SortedSetDocValues in org.apache.lucene.backward_codecs.lucene70
Subclasses of SortedSetDocValues in org.apache.lucene.backward_codecs.lucene70 Modifier and Type Class Description private static classLucene70DocValuesProducer.BaseSortedSetDocValuesMethods in org.apache.lucene.backward_codecs.lucene70 that return SortedSetDocValues Modifier and Type Method Description SortedSetDocValuesLucene70DocValuesProducer. getSortedSet(FieldInfo field)Methods in org.apache.lucene.backward_codecs.lucene70 with parameters of type SortedSetDocValues Modifier and Type Method Description private voidLucene70DocValuesConsumer. addTermsDict(SortedSetDocValues values)private voidLucene70DocValuesConsumer. writeTermsIndex(SortedSetDocValues values) -
Uses of SortedSetDocValues in org.apache.lucene.backward_codecs.lucene80
Subclasses of SortedSetDocValues in org.apache.lucene.backward_codecs.lucene80 Modifier and Type Class Description private static classLucene80DocValuesProducer.BaseSortedSetDocValuesMethods in org.apache.lucene.backward_codecs.lucene80 that return SortedSetDocValues Modifier and Type Method Description SortedSetDocValuesLucene80DocValuesProducer. getSortedSet(FieldInfo field)Methods in org.apache.lucene.backward_codecs.lucene80 with parameters of type SortedSetDocValues Modifier and Type Method Description private voidLucene80DocValuesConsumer. addTermsDict(SortedSetDocValues values)private voidLucene80DocValuesConsumer. writeTermsIndex(SortedSetDocValues values) -
Uses of SortedSetDocValues in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as SortedSetDocValues Modifier and Type Field Description (package private) SortedSetDocValuesDocValuesConsumer.SortedSetDocValuesSub. valuesMethods in org.apache.lucene.codecs that return SortedSetDocValues Modifier and Type Method Description abstract SortedSetDocValuesDocValuesProducer. getSortedSet(FieldInfo field)ReturnsSortedSetDocValuesfor this field.Constructors in org.apache.lucene.codecs with parameters of type SortedSetDocValues Constructor Description SortedSetDocValuesSub(MergeState.DocMap docMap, SortedSetDocValues values, LongValues map) -
Uses of SortedSetDocValues in org.apache.lucene.codecs.lucene90
Subclasses of SortedSetDocValues in org.apache.lucene.codecs.lucene90 Modifier and Type Class Description private classLucene90DocValuesProducer.BaseSortedSetDocValuesMethods in org.apache.lucene.codecs.lucene90 that return SortedSetDocValues Modifier and Type Method Description SortedSetDocValuesLucene90DocValuesProducer. getSortedSet(FieldInfo field)Methods in org.apache.lucene.codecs.lucene90 with parameters of type SortedSetDocValues Modifier and Type Method Description private voidLucene90DocValuesConsumer. addTermsDict(SortedSetDocValues values)private static booleanLucene90DocValuesConsumer. isSingleValued(SortedSetDocValues values)private voidLucene90DocValuesConsumer. writeTermsIndex(SortedSetDocValues values) -
Uses of SortedSetDocValues in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return SortedSetDocValues Modifier and Type Method Description SortedSetDocValuesPerFieldDocValuesFormat.FieldsReader. getSortedSet(FieldInfo field) -
Uses of SortedSetDocValues in org.apache.lucene.codecs.simpletext
Methods in org.apache.lucene.codecs.simpletext that return SortedSetDocValues Modifier and Type Method Description SortedSetDocValuesSimpleTextDocValuesReader. getSortedSet(FieldInfo fieldInfo) -
Uses of SortedSetDocValues in org.apache.lucene.document
Methods in org.apache.lucene.document that return SortedSetDocValues Modifier and Type Method Description (package private) abstract SortedSetDocValuesSortedSetDocValuesRangeQuery. getValues(LeafReader reader, java.lang.String field) -
Uses of SortedSetDocValues in org.apache.lucene.index
Subclasses of SortedSetDocValues in org.apache.lucene.index Modifier and Type Class Description classFilterSortedSetDocValuesDelegates all methods to a wrappedSortedSetDocValues.static classMultiDocValues.MultiSortedSetDocValuesImplements MultiSortedSetDocValues over n subs, using an OrdinalMap(package private) classSingletonSortedSetDocValuesExposes multi-valued iterator view over a single-valued iterator.private static classSortedSetDocValuesWriter.BufferedSortedSetDocValues(package private) static classSortedSetDocValuesWriter.SortingSortedSetDocValuesFields in org.apache.lucene.index declared as SortedSetDocValues Modifier and Type Field Description private SortedSetDocValuesMultiDocValues.MultiSortedSetDocValues. currentValuesprotected SortedSetDocValuesFilterSortedSetDocValues. inWrapped valuesprivate SortedSetDocValuesSortedSetDocValuesWriter.SortingSortedSetDocValues. inSortedSetDocValues[]MultiDocValues.MultiSortedSetDocValues. valuesleaf valuesprivate SortedSetDocValuesSortedSetDocValuesTermsEnum. valuesMethods in org.apache.lucene.index that return SortedSetDocValues Modifier and Type Method Description static SortedSetDocValuesDocValues. emptySortedSet()An empty SortedDocValues which returnsBytesRef.EMPTY_BYTESfor every document(package private) SortedSetDocValuesSortedSetDocValuesWriter. getDocValues()static SortedSetDocValuesDocValues. getSortedSet(LeafReader reader, java.lang.String field)Returns SortedSetDocValues for the field, orDocValues.emptySortedSet()if it has none.SortedSetDocValuesEmptyDocValuesProducer. getSortedSet(FieldInfo field)SortedSetDocValuesSegmentDocValuesProducer. getSortedSet(FieldInfo field)SortedSetDocValuesCodecReader. getSortedSetDocValues(java.lang.String field)SortedSetDocValuesExitableDirectoryReader.ExitableFilterAtomicReader. getSortedSetDocValues(java.lang.String field)SortedSetDocValuesFilterLeafReader. getSortedSetDocValues(java.lang.String field)abstract SortedSetDocValuesLeafReader. getSortedSetDocValues(java.lang.String field)ReturnsSortedSetDocValuesfor this field, or null if noSortedSetDocValueswere indexed for this field.SortedSetDocValuesParallelLeafReader. getSortedSetDocValues(java.lang.String field)static SortedSetDocValuesMultiDocValues. getSortedSetValues(IndexReader r, java.lang.String field)Returns a SortedSetDocValues for a reader's docvalues (potentially doing extremely slow things).private SortedSetDocValuesSortedSetDocValuesWriter. getValues(int[] sortedValues, int[] ordMap, BytesRefHash hash, PackedLongValues ords, PackedLongValues ordCounts, int maxCount, DocsWithFieldSet docsWithField)static SortedSetDocValuesDocValues. singleton(SortedDocValues dv)Returns a multi-valued view over the provided SortedDocValuesMethods in org.apache.lucene.index with parameters of type SortedSetDocValues Modifier and Type Method Description static OrdinalMapOrdinalMap. build(IndexReader.CacheKey owner, SortedSetDocValues[] values, float acceptableOverheadRatio)Create an ordinal map that uses the number of unique values of eachSortedSetDocValuesinstance as a weight.private static voidCheckIndex. checkSortedSetDocValues(java.lang.String fieldName, int maxDoc, SortedSetDocValues dv, SortedSetDocValues dv2)static SortedDocValuesDocValues. unwrapSingleton(SortedSetDocValues dv)Returns a single-valued view of the SortedSetDocValues, if it was previously wrapped withDocValues.singleton(SortedDocValues), or null.Constructors in org.apache.lucene.index with parameters of type SortedSetDocValues Constructor Description DocOrds(int maxDoc, Sorter.DocMap sortMap, SortedSetDocValues oldValues, float acceptableOverheadRatio)FilterSortedSetDocValues(SortedSetDocValues in)Initializes delegateMultiSortedSetDocValues(SortedSetDocValues[] values, int[] docStarts, OrdinalMap mapping, long totalCost)Creates a new MultiSortedSetDocValues overvaluesSortedSetDocValuesTermsEnum(SortedSetDocValues values)Creates a new TermsEnum over the provided valuesSortingSortedSetDocValues(SortedSetDocValues in, SortedSetDocValuesWriter.DocOrds ords) -
Uses of SortedSetDocValues in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory that return SortedSetDocValues Modifier and Type Method Description SortedSetDocValuesMemoryIndex.MemoryIndexReader. getSortedSetDocValues(java.lang.String field)private static SortedSetDocValuesMemoryIndex. sortedSetDocValues(BytesRefHash values, int[] bytesIds) -
Uses of SortedSetDocValues in org.apache.lucene.misc.search
Fields in org.apache.lucene.misc.search declared as SortedSetDocValues Modifier and Type Field Description protected SortedSetDocValuesDocValuesStats.SortedSetDocValuesStats. ssdv -
Uses of SortedSetDocValues in org.apache.lucene.search
Fields in org.apache.lucene.search declared as SortedSetDocValues Modifier and Type Field Description (package private) SortedSetDocValuesSortedSetSelector.MaxValue. in(package private) SortedSetDocValuesSortedSetSelector.MiddleMaxValue. in(package private) SortedSetDocValuesSortedSetSelector.MiddleMinValue. in(package private) SortedSetDocValuesSortedSetSelector.MinValue. inMethods in org.apache.lucene.search with parameters of type SortedSetDocValues Modifier and Type Method Description static SortedDocValuesSortedSetSelector. wrap(SortedSetDocValues sortedSet, SortedSetSelector.Type selector)Wraps a multi-valued SortedSetDocValues as a single-valued view, using the specified selectorConstructors in org.apache.lucene.search with parameters of type SortedSetDocValues Constructor Description MaxValue(SortedSetDocValues in)MiddleMaxValue(SortedSetDocValues in)MiddleMinValue(SortedSetDocValues in)MinValue(SortedSetDocValues in) -
Uses of SortedSetDocValues in org.apache.lucene.search.grouping
Fields in org.apache.lucene.search.grouping declared as SortedSetDocValues Modifier and Type Field Description private SortedSetDocValuesTermGroupFacetCollector.MV. facetFieldDocTermOrds -
Uses of SortedSetDocValues in org.apache.lucene.search.highlight
Methods in org.apache.lucene.search.highlight that return SortedSetDocValues Modifier and Type Method Description SortedSetDocValuesTermVectorLeafReader. getSortedSetDocValues(java.lang.String field) -
Uses of SortedSetDocValues in org.apache.lucene.search.join
Methods in org.apache.lucene.search.join that return types with arguments of type SortedSetDocValues Modifier and Type Method Description (package private) static DocValuesTermsCollector.Function<SortedSetDocValues>DocValuesTermsCollector. sortedSetDocValues(java.lang.String field)static DocValuesTermsCollector.Function<SortedSetDocValues>GenericTermsCollector. verbose(java.io.PrintStream out, DocValuesTermsCollector.Function<SortedSetDocValues> mvFunction)Methods in org.apache.lucene.search.join with parameters of type SortedSetDocValues Modifier and Type Method Description 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.Method parameters in org.apache.lucene.search.join with type arguments of type SortedSetDocValues Modifier and Type Method Description static GenericTermsCollectorGenericTermsCollector. createCollectorMV(DocValuesTermsCollector.Function<SortedSetDocValues> mvFunction, ScoreMode mode)static DocValuesTermsCollector.Function<SortedSetDocValues>GenericTermsCollector. verbose(java.io.PrintStream out, DocValuesTermsCollector.Function<SortedSetDocValues> mvFunction)Constructor parameters in org.apache.lucene.search.join with type arguments of type SortedSetDocValues Constructor Description Avg(DocValuesTermsCollector.Function<SortedSetDocValues> docValuesCall)MV(DocValuesTermsCollector.Function<SortedSetDocValues> docValuesCall)MV(DocValuesTermsCollector.Function<SortedSetDocValues> docValuesCall, ScoreMode scoreMode)
-