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 aDocument
for 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 class
Lucene70DocValuesProducer.BaseSortedSetDocValues
Methods in org.apache.lucene.backward_codecs.lucene70 that return SortedSetDocValues Modifier and Type Method Description SortedSetDocValues
Lucene70DocValuesProducer. getSortedSet(FieldInfo field)
Methods in org.apache.lucene.backward_codecs.lucene70 with parameters of type SortedSetDocValues Modifier and Type Method Description private void
Lucene70DocValuesConsumer. addTermsDict(SortedSetDocValues values)
private void
Lucene70DocValuesConsumer. 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 class
Lucene80DocValuesProducer.BaseSortedSetDocValues
Methods in org.apache.lucene.backward_codecs.lucene80 that return SortedSetDocValues Modifier and Type Method Description SortedSetDocValues
Lucene80DocValuesProducer. getSortedSet(FieldInfo field)
Methods in org.apache.lucene.backward_codecs.lucene80 with parameters of type SortedSetDocValues Modifier and Type Method Description private void
Lucene80DocValuesConsumer. addTermsDict(SortedSetDocValues values)
private void
Lucene80DocValuesConsumer. 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) SortedSetDocValues
DocValuesConsumer.SortedSetDocValuesSub. values
Methods in org.apache.lucene.codecs that return SortedSetDocValues Modifier and Type Method Description abstract SortedSetDocValues
DocValuesProducer. getSortedSet(FieldInfo field)
ReturnsSortedSetDocValues
for 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 class
Lucene90DocValuesProducer.BaseSortedSetDocValues
Methods in org.apache.lucene.codecs.lucene90 that return SortedSetDocValues Modifier and Type Method Description SortedSetDocValues
Lucene90DocValuesProducer. getSortedSet(FieldInfo field)
Methods in org.apache.lucene.codecs.lucene90 with parameters of type SortedSetDocValues Modifier and Type Method Description private void
Lucene90DocValuesConsumer. addTermsDict(SortedSetDocValues values)
private static boolean
Lucene90DocValuesConsumer. isSingleValued(SortedSetDocValues values)
private void
Lucene90DocValuesConsumer. 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 SortedSetDocValues
PerFieldDocValuesFormat.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 SortedSetDocValues
SimpleTextDocValuesReader. 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 SortedSetDocValues
SortedSetDocValuesRangeQuery. 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 class
FilterSortedSetDocValues
Delegates all methods to a wrappedSortedSetDocValues
.static class
MultiDocValues.MultiSortedSetDocValues
Implements MultiSortedSetDocValues over n subs, using an OrdinalMap(package private) class
SingletonSortedSetDocValues
Exposes multi-valued iterator view over a single-valued iterator.private static class
SortedSetDocValuesWriter.BufferedSortedSetDocValues
(package private) static class
SortedSetDocValuesWriter.SortingSortedSetDocValues
Fields in org.apache.lucene.index declared as SortedSetDocValues Modifier and Type Field Description private SortedSetDocValues
MultiDocValues.MultiSortedSetDocValues. currentValues
protected SortedSetDocValues
FilterSortedSetDocValues. in
Wrapped valuesprivate SortedSetDocValues
SortedSetDocValuesWriter.SortingSortedSetDocValues. in
SortedSetDocValues[]
MultiDocValues.MultiSortedSetDocValues. values
leaf valuesprivate SortedSetDocValues
SortedSetDocValuesTermsEnum. values
Methods in org.apache.lucene.index that return SortedSetDocValues Modifier and Type Method Description static SortedSetDocValues
DocValues. emptySortedSet()
An empty SortedDocValues which returnsBytesRef.EMPTY_BYTES
for every document(package private) SortedSetDocValues
SortedSetDocValuesWriter. getDocValues()
static SortedSetDocValues
DocValues. getSortedSet(LeafReader reader, java.lang.String field)
Returns SortedSetDocValues for the field, orDocValues.emptySortedSet()
if it has none.SortedSetDocValues
EmptyDocValuesProducer. getSortedSet(FieldInfo field)
SortedSetDocValues
SegmentDocValuesProducer. getSortedSet(FieldInfo field)
SortedSetDocValues
CodecReader. getSortedSetDocValues(java.lang.String field)
SortedSetDocValues
ExitableDirectoryReader.ExitableFilterAtomicReader. getSortedSetDocValues(java.lang.String field)
SortedSetDocValues
FilterLeafReader. getSortedSetDocValues(java.lang.String field)
abstract SortedSetDocValues
LeafReader. getSortedSetDocValues(java.lang.String field)
ReturnsSortedSetDocValues
for this field, or null if noSortedSetDocValues
were indexed for this field.SortedSetDocValues
ParallelLeafReader. getSortedSetDocValues(java.lang.String field)
static SortedSetDocValues
MultiDocValues. getSortedSetValues(IndexReader r, java.lang.String field)
Returns a SortedSetDocValues for a reader's docvalues (potentially doing extremely slow things).private SortedSetDocValues
SortedSetDocValuesWriter. getValues(int[] sortedValues, int[] ordMap, BytesRefHash hash, PackedLongValues ords, PackedLongValues ordCounts, int maxCount, DocsWithFieldSet docsWithField)
static SortedSetDocValues
DocValues. 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 OrdinalMap
OrdinalMap. build(IndexReader.CacheKey owner, SortedSetDocValues[] values, float acceptableOverheadRatio)
Create an ordinal map that uses the number of unique values of eachSortedSetDocValues
instance as a weight.private static void
CheckIndex. checkSortedSetDocValues(java.lang.String fieldName, int maxDoc, SortedSetDocValues dv, SortedSetDocValues dv2)
static SortedDocValues
DocValues. 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 overvalues
SortedSetDocValuesTermsEnum(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 SortedSetDocValues
MemoryIndex.MemoryIndexReader. getSortedSetDocValues(java.lang.String field)
private static SortedSetDocValues
MemoryIndex. 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 SortedSetDocValues
DocValuesStats.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) SortedSetDocValues
SortedSetSelector.MaxValue. in
(package private) SortedSetDocValues
SortedSetSelector.MiddleMaxValue. in
(package private) SortedSetDocValues
SortedSetSelector.MiddleMinValue. in
(package private) SortedSetDocValues
SortedSetSelector.MinValue. in
Methods in org.apache.lucene.search with parameters of type SortedSetDocValues Modifier and Type Method Description static SortedDocValues
SortedSetSelector. 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 SortedSetDocValues
TermGroupFacetCollector.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 SortedSetDocValues
TermVectorLeafReader. 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 SortedDocValues
BlockJoinSelector. wrap(SortedSetDocValues sortedSet, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children)
Wraps the providedSortedSetDocValues
in order to only select one value per parent among itschildren
using the configuredselection
type.Method parameters in org.apache.lucene.search.join with type arguments of type SortedSetDocValues Modifier and Type Method Description static GenericTermsCollector
GenericTermsCollector. 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)
-