Uses of Interface
org.apache.lucene.util.SortableBytesRefArray
-
Packages that use SortableBytesRefArray Package Description org.apache.lucene.util Some utility classes. -
-
Uses of SortableBytesRefArray in org.apache.lucene.util
Classes in org.apache.lucene.util that implement SortableBytesRefArray Modifier and Type Class Description class
BytesRefArray
A simple append only random-accessBytesRef
array that stores full copies of the appended bytes in aByteBlockPool
.(package private) class
FixedLengthBytesRefArray
Just likeBytesRefArray
except all values have the same length.Fields in org.apache.lucene.util declared as SortableBytesRefArray Modifier and Type Field Description SortableBytesRefArray
OfflineSorter.Partition. buffer
Constructors in org.apache.lucene.util with parameters of type SortableBytesRefArray Constructor Description Partition(SortableBytesRefArray buffer, boolean exhausted)
A partition loaded into memory.
-