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) IntBlockPoolTermsHash. intPoolprivate IntBlockPoolTermsHashPerField. intPoolConstructors 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 IntBlockPoolMemoryIndex. intBlockPool -
Uses of IntBlockPool in org.apache.lucene.util
Fields in org.apache.lucene.util declared as IntBlockPool Modifier and Type Field Description private IntBlockPoolIntBlockPool.SliceReader. poolprivate IntBlockPoolIntBlockPool.SliceWriter. poolConstructors in org.apache.lucene.util with parameters of type IntBlockPool Constructor Description SliceReader(IntBlockPool pool)Creates a newIntBlockPool.SliceReaderon the given poolSliceWriter(IntBlockPool pool)
-