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