Uses of Class
org.apache.lucene.util.IntBlockPool
-
Packages that use IntBlockPool 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 IntBlockPool in org.apache.lucene.index
Fields in org.apache.lucene.index declared as IntBlockPool Modifier and Type Field Description (package private) IntBlockPool
TermsHash. intPool
private IntBlockPool
TermsHashPerField. intPool
Constructors in org.apache.lucene.index with parameters of type IntBlockPool Constructor Description 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 IntBlockPool in org.apache.lucene.index.memory
Fields in org.apache.lucene.index.memory declared as IntBlockPool Modifier and Type Field Description private IntBlockPool
MemoryIndex. intBlockPool
-
Uses of IntBlockPool in org.apache.lucene.util
Fields in org.apache.lucene.util declared as IntBlockPool Modifier and Type Field Description private IntBlockPool
IntBlockPool.SliceReader. pool
private IntBlockPool
IntBlockPool.SliceWriter. pool
Constructors in org.apache.lucene.util with parameters of type IntBlockPool Constructor Description SliceReader(IntBlockPool pool)
Creates a newIntBlockPool.SliceReader
on the given poolSliceWriter(IntBlockPool pool)
-