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.IndexedBytesRefIteratorFieldUpdatesBuffer.BufferedUpdateIterator. lookAheadTermIteratorprivate BytesRefArray.IndexedBytesRefIteratorFieldUpdatesBuffer.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.IndexedBytesRefIteratorBytesRefArray. iterator(BytesRefArray.SortState sortState)Returns anBytesRefArray.IndexedBytesRefIteratorwith point in time semantics.
-