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 IntBlockPoolTermsHash.intPoolprivate final IntBlockPoolTermsHashPerField.intPoolConstructors 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 IntBlockPoolIntBlockPool.SliceReader.poolprivate final IntBlockPoolIntBlockPool.SliceWriter.poolConstructors in org.apache.lucene.util with parameters of type IntBlockPoolModifierConstructorDescriptionSliceReader(IntBlockPool pool) Creates a newIntBlockPool.SliceReaderon the given poolSliceWriter(IntBlockPool pool)