| 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.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) IntBlockPool |
TermsHashPerField.intPool |
(package private) IntBlockPool |
TermsHash.intPool |
| Modifier and Type | Field and Description |
|---|---|
private IntBlockPool |
MemoryIndex.intBlockPool |
| Modifier and Type | Field and Description |
|---|---|
private IntBlockPool |
IntBlockPool.SliceWriter.pool |
private IntBlockPool |
IntBlockPool.SliceReader.pool |
| Constructor and Description |
|---|
SliceReader(IntBlockPool pool)
Creates a new
IntBlockPool.SliceReader on the given pool |
SliceWriter(IntBlockPool pool) |