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
See
org.apache.lucene.codecs.lucene84 for an overview
of the index format.Term dictionary, DocValues or Postings formats that are read
entirely into memory.
The logical representation of a
Document for indexing and searching.Code to maintain and access indices.
Code to search indices.
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.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.codecs.lucene80
Subclasses of DocValuesIterator in org.apache.lucene.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.memory
Subclasses of DocValuesIterator in org.apache.lucene.codecs.memoryModifier and TypeClassDescription(package private) final classDeprecated.(package private) final classDeprecated.ImplementNumericDocValuesdirectly.(package private) final classDeprecated.ImplementSortedDocValuesdirectly.(package private) final classDeprecated.ImplementSortedNumericDocValuesdirectly.(package private) final classDeprecated.ImplementSortedSetDocValuesdirectly. -
Uses of DocValuesIterator in org.apache.lucene.document
Subclasses of DocValuesIterator in org.apache.lucene.document -
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 classprivate 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.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.search
Subclasses of DocValuesIterator in org.apache.lucene.searchModifier and TypeClassDescriptionprivate static class(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
BinaryDocValuesdirectly.