Uses of Class
org.apache.lucene.index.DocValuesIterator
Packages that use DocValuesIterator
Package
Description
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format.
Lucene 9.0 file format.
The logical representation of a
Document for indexing and
searching.Code to maintain and access indices.
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial
queries.
Code to search indices.
Support for index-time and query-time joins.
-
Uses of DocValuesIterator in org.apache.lucene.backward_codecs.lucene70
Subclasses of DocValuesIterator in org.apache.lucene.backward_codecs.lucene70Modifier and TypeClassDescriptionprivate static classprivate static classprivate static classprivate static classprivate static classprivate static class(package private) static class(package private) static class -
Uses of DocValuesIterator in org.apache.lucene.backward_codecs.lucene80
Subclasses of DocValuesIterator in org.apache.lucene.backward_codecs.lucene80Modifier and TypeClassDescriptionprivate static classprivate static classprivate static classprivate static classprivate static classprivate static class(package private) static class(package private) static class -
Uses of DocValuesIterator in org.apache.lucene.codecs.lucene90
Subclasses of DocValuesIterator in org.apache.lucene.codecs.lucene90Modifier and TypeClassDescriptionprivate classprivate classprivate static classprivate static classprivate static classprivate static class(package private) static class(package private) static class -
Uses of DocValuesIterator in org.apache.lucene.document
Subclasses of DocValuesIterator in org.apache.lucene.documentModifier and TypeClassDescriptionclassA binary representation of a range that wraps a BinaryDocValues field -
Uses of DocValuesIterator in org.apache.lucene.index
Classes in org.apache.lucene.index with type parameters of type DocValuesIteratorModifier and TypeClassDescription(package private) static final 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.indexModifier and TypeClassDescriptionclassA per-document numeric value.(package private) static final classprivate static class(package private) static classprotected static class(package private) static classAn iterator over documents and their updated values.classDelegates all methods to a wrappedBinaryDocValues.classDelegates all methods to a wrappedNumericDocValues.classDelegates all methods to a wrappedSortedDocValues.classDelegates all methods to a wrappedSortedNumericDocValues.classDelegates all methods to a wrappedSortedSetDocValues.static classImplements SortedDocValues over n subs, using an OrdinalMapstatic classImplements MultiSortedSetDocValues over n subs, using an OrdinalMapprivate static classclassA per-document numeric value.(package private) static final class(package private) static class(package private) static class(package private) static final 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) final classExposes multi-valued view over a single-valued instance.(package private) final classExposes multi-valued iterator view over a single-valued iterator.classA per-document byte[] with presorted values.(package private) static class(package private) static classclassA list of per-document numeric values, sorted according toLong.compare(long, long).private static class(package private) static classclassA multi-valued version ofSortedDocValues.private static class(package private) static classFields in org.apache.lucene.index declared as DocValuesIteratorModifier and TypeFieldDescription(package private) DocValuesInstanceReadersAndUpdates.MergedDocValues.currentValuesSupplierprivate final DocValuesInstanceReadersAndUpdates.MergedDocValues.onDiskDocValuesprivate final DocValuesInstanceReadersAndUpdates.MergedDocValues.updateDocValuesMethods in org.apache.lucene.index that return DocValuesIteratorModifier and TypeMethodDescription -
Uses of DocValuesIterator in org.apache.lucene.sandbox.search
Subclasses of DocValuesIterator in org.apache.lucene.sandbox.searchModifier and TypeClassDescriptionprivate static class -
Uses of DocValuesIterator in org.apache.lucene.search
Subclasses of DocValuesIterator in org.apache.lucene.searchModifier and TypeClassDescription(package private) static classWraps a SortedNumericDocValues and returns the last value (max)(package private) static classWraps a SortedNumericDocValues and returns the first value (min)(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) -
Uses of DocValuesIterator in org.apache.lucene.search.join
Subclasses of DocValuesIterator in org.apache.lucene.search.joinModifier and TypeClassDescriptionprivate static final classprivate static final class