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) IntBlockPool
TermsHash. intPool
(package private) IntBlockPool
TermsHashPerField. intPool
-
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 IntBlockPool
MemoryIndex. intBlockPool
-
Uses of IntBlockPool in org.apache.lucene.util
Fields in org.apache.lucene.util declared as IntBlockPool Modifier and Type Field Description private IntBlockPool
IntBlockPool.SliceReader. pool
private IntBlockPool
IntBlockPool.SliceWriter. pool
Constructors in org.apache.lucene.util with parameters of type IntBlockPool Constructor Description SliceReader(IntBlockPool pool)
Creates a newIntBlockPool.SliceReader
on the given poolSliceWriter(IntBlockPool pool)
-