Uses of Class
org.apache.lucene.index.DocValuesIterator
-
Packages that use DocValuesIterator Package Description 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.document The logical representation of aDocumentfor indexing and searching.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.search Code to search indices.org.apache.lucene.search.join Support for index-time and query-time joins. -
-
Uses of DocValuesIterator in org.apache.lucene.codecs.lucene70
Subclasses of DocValuesIterator in org.apache.lucene.codecs.lucene70 Modifier and Type Class Description private static classLucene70DocValuesProducer.BaseSortedDocValuesprivate static classLucene70DocValuesProducer.BaseSortedSetDocValuesprivate static classLucene70DocValuesProducer.DenseBinaryDocValuesprivate static classLucene70DocValuesProducer.DenseNumericDocValuesprivate static classLucene70DocValuesProducer.SparseBinaryDocValuesprivate static classLucene70DocValuesProducer.SparseNumericDocValues(package private) static classLucene70NormsProducer.DenseNormsIterator(package private) static classLucene70NormsProducer.SparseNormsIterator -
Uses of DocValuesIterator in org.apache.lucene.codecs.lucene80
Subclasses of DocValuesIterator in org.apache.lucene.codecs.lucene80 Modifier and Type Class Description private static classLucene80DocValuesProducer.BaseSortedDocValuesprivate static classLucene80DocValuesProducer.BaseSortedSetDocValuesprivate static classLucene80DocValuesProducer.DenseBinaryDocValuesprivate static classLucene80DocValuesProducer.DenseNumericDocValuesprivate static classLucene80DocValuesProducer.SparseBinaryDocValuesprivate static classLucene80DocValuesProducer.SparseNumericDocValues(package private) static classLucene80NormsProducer.DenseNormsIterator(package private) static classLucene80NormsProducer.SparseNormsIterator -
Uses of DocValuesIterator in org.apache.lucene.codecs.memory
Subclasses of DocValuesIterator in org.apache.lucene.codecs.memory Modifier and Type Class Description (package private) classLegacyBinaryDocValuesWrapperDeprecated.ImplementBinaryDocValuesdirectly.(package private) classLegacyNumericDocValuesWrapperDeprecated.ImplementNumericDocValuesdirectly.(package private) classLegacySortedDocValuesWrapperDeprecated.ImplementSortedDocValuesdirectly.(package private) classLegacySortedNumericDocValuesWrapperDeprecated.ImplementSortedNumericDocValuesdirectly.(package private) classLegacySortedSetDocValuesWrapperDeprecated.ImplementSortedSetDocValuesdirectly. -
Uses of DocValuesIterator in org.apache.lucene.document
Subclasses of DocValuesIterator in org.apache.lucene.document Modifier and Type Class Description (package private) classBinaryRangeDocValues -
Uses of DocValuesIterator in org.apache.lucene.index
Classes in org.apache.lucene.index with type parameters of type DocValuesIterator Modifier and Type Class Description (package private) static classReadersAndUpdates.MergedDocValues<DocValuesInstance extends DocValuesIterator>This class merges the current on-disk DV with an incoming update DV instance and merges the two instances giving the incoming update precedence in terms of values, in other words the values of the update always wins over the on-disk version.Subclasses of DocValuesIterator in org.apache.lucene.index Modifier and Type Class Description classBinaryDocValuesA per-document numeric value.(package private) static classBinaryDocValuesFieldUpdates.Iteratorprivate static classBinaryDocValuesWriter.BufferedBinaryDocValues(package private) static classBinaryDocValuesWriter.SortingBinaryDocValuesprotected static classDocValuesFieldUpdates.AbstractIterator(package private) static classDocValuesFieldUpdates.IteratorAn iterator over documents and their updated values.classFilterBinaryDocValuesDelegates all methods to a wrappedBinaryDocValues.classFilterNumericDocValuesDelegates all methods to a wrappedNumericDocValues.classFilterSortedDocValuesDelegates all methods to a wrappedSortedDocValues.classFilterSortedNumericDocValuesDelegates all methods to a wrappedSortedNumericDocValues.classFilterSortedSetDocValuesDelegates all methods to a wrappedSortedSetDocValues.static classMultiDocValues.MultiSortedDocValuesImplements SortedDocValues over n subs, using an OrdinalMapstatic classMultiDocValues.MultiSortedSetDocValuesImplements MultiSortedSetDocValues over n subs, using an OrdinalMapprivate static classNormValuesWriter.BufferedNormsclassNumericDocValuesA per-document numeric value.(package private) static classNumericDocValuesFieldUpdates.Iteratorprivate static classNumericDocValuesWriter.BufferedNumericDocValues(package private) static classNumericDocValuesWriter.SortingNumericDocValues(package private) static classReadersAndUpdates.MergedDocValues<DocValuesInstance extends DocValuesIterator>This class merges the current on-disk DV with an incoming update DV instance and merges the two instances giving the incoming update precedence in terms of values, in other words the values of the update always wins over the on-disk version.(package private) classSingletonSortedNumericDocValuesExposes multi-valued view over a single-valued instance.(package private) classSingletonSortedSetDocValuesExposes multi-valued iterator view over a single-valued iterator.classSortedDocValuesA per-document byte[] with presorted values.private static classSortedDocValuesWriter.BufferedSortedDocValues(package private) static classSortedDocValuesWriter.SortingSortedDocValuesclassSortedNumericDocValuesA list of per-document numeric values, sorted according toLong.compare(long, long).private static classSortedNumericDocValuesWriter.BufferedSortedNumericDocValues(package private) static classSortedNumericDocValuesWriter.SortingSortedNumericDocValuesclassSortedSetDocValuesA multi-valued version ofSortedDocValues.private static classSortedSetDocValuesWriter.BufferedSortedSetDocValues(package private) static classSortedSetDocValuesWriter.SortingSortedSetDocValuesFields in org.apache.lucene.index declared as DocValuesIterator Modifier and Type Field Description (package private) DocValuesInstanceReadersAndUpdates.MergedDocValues. currentValuesSupplierprivate DocValuesInstanceReadersAndUpdates.MergedDocValues. onDiskDocValuesprivate DocValuesInstanceReadersAndUpdates.MergedDocValues. updateDocValuesMethods in org.apache.lucene.index that return DocValuesIterator Modifier and Type Method Description DocValuesIteratorCheckIndex.DocValuesIteratorSupplier. get(FieldInfo fi) -
Uses of DocValuesIterator in org.apache.lucene.search
Subclasses of DocValuesIterator in org.apache.lucene.search Modifier and Type Class Description private static classMultiNormsLeafSimScorer.MultiFieldNormValues(package private) static classSortedNumericSelector.MaxValueWraps a SortedNumericDocValues and returns the last value (max)(package private) static classSortedNumericSelector.MinValueWraps a SortedNumericDocValues and returns the first value (min)(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) -
Uses of DocValuesIterator in org.apache.lucene.search.join
Subclasses of DocValuesIterator in org.apache.lucene.search.join Modifier and Type Class Description private static classToParentDocValues.NumDVprivate static classToParentDocValues.SortedDVs
-