Uses of Class
org.apache.lucene.util.BytesRefArray.SortState
-
Packages that use BytesRefArray.SortState Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.util Some utility classes. -
-
Uses of BytesRefArray.SortState in org.apache.lucene.index
Fields in org.apache.lucene.index declared as BytesRefArray.SortState Modifier and Type Field Description private BytesRefArray.SortState
FieldUpdatesBuffer. termSortState
-
Uses of BytesRefArray.SortState in org.apache.lucene.util
Methods in org.apache.lucene.util that return BytesRefArray.SortState Modifier and Type Method Description BytesRefArray.SortState
BytesRefArray. sort(java.util.Comparator<BytesRef> comp, boolean stable)
Returns aBytesRefArray.SortState
representing the order of elements in this array.Methods in org.apache.lucene.util with parameters of type BytesRefArray.SortState Modifier and Type Method Description BytesRefArray.IndexedBytesRefIterator
BytesRefArray. iterator(BytesRefArray.SortState sortState)
Returns anBytesRefArray.IndexedBytesRefIterator
with point in time semantics.
-