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 class
private static class
private static class
private static class
private static class
private 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 class
private static class
private static class
private static class
private static class
private 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 class
private class
private static class
private static class
private static class
private 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 TypeClassDescriptionclass
A 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 class
ReadersAndUpdates.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 TypeClassDescriptionclass
A per-document numeric value.(package private) static final class
private static class
(package private) static class
protected static class
(package private) static class
An iterator over documents and their updated values.class
Delegates all methods to a wrappedBinaryDocValues
.class
Delegates all methods to a wrappedNumericDocValues
.class
Delegates all methods to a wrappedSortedDocValues
.class
Delegates all methods to a wrappedSortedNumericDocValues
.class
Delegates all methods to a wrappedSortedSetDocValues
.static class
Implements SortedDocValues over n subs, using an OrdinalMapstatic class
Implements MultiSortedSetDocValues over n subs, using an OrdinalMapprivate static class
class
A per-document numeric value.(package private) static final class
(package private) static class
(package private) static class
(package private) static final class
ReadersAndUpdates.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 class
Exposes multi-valued view over a single-valued instance.(package private) final class
Exposes multi-valued iterator view over a single-valued iterator.class
A per-document byte[] with presorted values.(package private) static class
(package private) static class
class
A list of per-document numeric values, sorted according toLong.compare(long, long)
.private static class
(package private) static class
class
A multi-valued version ofSortedDocValues
.private static class
(package private) static class
Fields in org.apache.lucene.index declared as DocValuesIteratorModifier and TypeFieldDescription(package private) DocValuesInstance
ReadersAndUpdates.MergedDocValues.currentValuesSupplier
private final DocValuesInstance
ReadersAndUpdates.MergedDocValues.onDiskDocValues
private final DocValuesInstance
ReadersAndUpdates.MergedDocValues.updateDocValues
Methods 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 class
Wraps a SortedNumericDocValues and returns the last value (max)(package private) static class
Wraps a SortedNumericDocValues and returns the first value (min)(package private) static class
Wraps a SortedSetDocValues and returns the last ordinal (max)(package private) static class
Wraps a SortedSetDocValues and returns the middle ordinal (or max of the two)(package private) static class
Wraps a SortedSetDocValues and returns the middle ordinal (or min of the two)(package private) static class
Wraps 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 class
private static final class