Uses of Class
org.apache.lucene.util.IntBlockPool
Packages that use IntBlockPool
Package
Description
Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
Some utility classes.
-
Uses of IntBlockPool in org.apache.lucene.index
Fields in org.apache.lucene.index declared as IntBlockPoolModifier and TypeFieldDescription(package private) final IntBlockPool
TermsHash.intPool
private final IntBlockPool
TermsHashPerField.intPool
Constructors in org.apache.lucene.index with parameters of type IntBlockPoolModifierConstructorDescription(package private)
TermsHashPerField
(int streamCount, IntBlockPool intPool, ByteBlockPool bytePool, ByteBlockPool termBytePool, Counter bytesUsed, TermsHashPerField nextPerField, 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 -
Uses of IntBlockPool in org.apache.lucene.util
Fields in org.apache.lucene.util declared as IntBlockPoolModifier and TypeFieldDescriptionprivate final IntBlockPool
IntBlockPool.SliceReader.pool
private final IntBlockPool
IntBlockPool.SliceWriter.pool
Constructors in org.apache.lucene.util with parameters of type IntBlockPoolModifierConstructorDescriptionSliceReader
(IntBlockPool pool) Creates a newIntBlockPool.SliceReader
on the given poolSliceWriter
(IntBlockPool pool)