Uses of Interface
org.apache.lucene.util.BytesRefArray.IndexedBytesRefIterator
Packages that use BytesRefArray.IndexedBytesRefIterator
Package
Description
Code to maintain and access indices.
Some utility classes.
-
Uses of BytesRefArray.IndexedBytesRefIterator in org.apache.lucene.index
Fields in org.apache.lucene.index declared as BytesRefArray.IndexedBytesRefIteratorModifier and TypeFieldDescriptionprivate final BytesRefArray.IndexedBytesRefIterator
FieldUpdatesBuffer.BufferedUpdateIterator.lookAheadTermIterator
private final BytesRefArray.IndexedBytesRefIterator
FieldUpdatesBuffer.BufferedUpdateIterator.termValuesIterator
-
Uses of BytesRefArray.IndexedBytesRefIterator in org.apache.lucene.util
Methods in org.apache.lucene.util that return BytesRefArray.IndexedBytesRefIteratorModifier and TypeMethodDescriptionBytesRefArray.iterator
(BytesRefArray.SortState sortState) Returns anBytesRefArray.IndexedBytesRefIterator
with point in time semantics.