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.
-
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
Subclasses of IntBlockPool in org.apache.lucene.index.memory