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. -
-
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
Subclasses of IntBlockPool in org.apache.lucene.index.memory Modifier and Type Class Description (package private) static class
MemoryIndex.SlicedIntBlockPool
-