Uses of Class
org.apache.lucene.index.memory.MemoryIndex.SlicedIntBlockPool
-
Packages that use MemoryIndex.SlicedIntBlockPool Package Description org.apache.lucene.index.memory High-performance single-document main memory Apache Lucene fulltext search index. -
-
Uses of MemoryIndex.SlicedIntBlockPool in org.apache.lucene.index.memory
Fields in org.apache.lucene.index.memory declared as MemoryIndex.SlicedIntBlockPool Modifier and Type Field Description private MemoryIndex.SlicedIntBlockPool
MemoryIndex. slicedIntBlockPool
private MemoryIndex.SlicedIntBlockPool
MemoryIndex.SlicedIntBlockPool.SliceReader. slicedIntBlockPool
private MemoryIndex.SlicedIntBlockPool
MemoryIndex.SlicedIntBlockPool.SliceWriter. slicedIntBlockPool
Constructors in org.apache.lucene.index.memory with parameters of type MemoryIndex.SlicedIntBlockPool Constructor Description SliceReader(MemoryIndex.SlicedIntBlockPool slicedIntBlockPool)
Creates a newMemoryIndex.SlicedIntBlockPool.SliceReader
on the given poolSliceWriter(MemoryIndex.SlicedIntBlockPool slicedIntBlockPool)
-