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 classBytesRefArrayA simple append only random-accessBytesRefarray that stores full copies of the appended bytes in aByteBlockPool.(package private) classFixedLengthBytesRefArrayJust likeBytesRefArrayexcept all values have the same length.Fields in org.apache.lucene.util declared as SortableBytesRefArray Modifier and Type Field Description SortableBytesRefArrayOfflineSorter.Partition. bufferConstructors in org.apache.lucene.util with parameters of type SortableBytesRefArray Constructor Description Partition(SortableBytesRefArray buffer, boolean exhausted)A partition loaded into memory.
-