Uses of Class
org.apache.lucene.util.ByteBlockPool
-
Packages that use ByteBlockPool Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.index.memory High-performance single-document main memory Apache Lucene fulltext search index.org.apache.lucene.util Some utility classes. -
-
Uses of ByteBlockPool in org.apache.lucene.index
Fields in org.apache.lucene.index declared as ByteBlockPool Modifier and Type Field Description (package private) ByteBlockPoolTermsHash. bytePool(package private) ByteBlockPoolTermsHashPerField. bytePoolprivate ByteBlockPoolPointValuesWriter. bytes(package private) ByteBlockPoolByteSliceReader. poolprivate ByteBlockPoolByteSliceWriter. pool(package private) ByteBlockPoolTermsHash. termBytePoolprivate ByteBlockPoolTermVectorsConsumerPerField. termBytePoolMethods in org.apache.lucene.index with parameters of type ByteBlockPool Modifier and Type Method Description voidByteSliceReader. init(ByteBlockPool pool, int startIndex, int endIndex)Constructors in org.apache.lucene.index with parameters of type ByteBlockPool Constructor Description ByteSliceWriter(ByteBlockPool pool)TermsHashPerField(int streamCount, IntBlockPool intPool, ByteBlockPool bytePool, ByteBlockPool termBytePool, Counter bytesUsed, TermsHashPerField nextPerField, java.lang.String fieldName, IndexOptions indexOptions)streamCount: how many streams this field stores per term. -
Uses of ByteBlockPool in org.apache.lucene.index.memory
Fields in org.apache.lucene.index.memory declared as ByteBlockPool Modifier and Type Field Description private ByteBlockPoolMemoryIndex. byteBlockPoolConstructors in org.apache.lucene.index.memory with parameters of type ByteBlockPool Constructor Description Info(FieldInfo fieldInfo, ByteBlockPool byteBlockPool) -
Uses of ByteBlockPool in org.apache.lucene.util
Fields in org.apache.lucene.util declared as ByteBlockPool Modifier and Type Field Description private ByteBlockPoolBytesRefArray. pool(package private) ByteBlockPoolBytesRefHash. poolConstructors in org.apache.lucene.util with parameters of type ByteBlockPool Constructor Description BytesRefHash(ByteBlockPool pool)Creates a newBytesRefHashBytesRefHash(ByteBlockPool pool, int capacity, BytesRefHash.BytesStartArray bytesStartArray)Creates a newBytesRefHash
-