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) ByteBlockPool |
TermsHashPerField.bytePool |
(package private) ByteBlockPool |
TermsHash.bytePool |
private ByteBlockPool |
PointValuesWriter.bytes |
private ByteBlockPool |
ByteSliceWriter.pool |
(package private) ByteBlockPool |
ByteSliceReader.pool |
(package private) ByteBlockPool |
TermsHashPerField.termBytePool |
(package private) ByteBlockPool |
TermsHash.termBytePool |
Modifier and Type | Method and Description |
---|---|
void |
ByteSliceReader.init(ByteBlockPool pool,
int startIndex,
int endIndex) |
Constructor and Description |
---|
ByteSliceWriter(ByteBlockPool pool) |
Modifier and Type | Field and Description |
---|---|
private ByteBlockPool |
MemoryIndex.byteBlockPool |
Constructor and Description |
---|
Info(FieldInfo fieldInfo,
ByteBlockPool byteBlockPool) |
Modifier and Type | Field and Description |
---|---|
(package private) ByteBlockPool |
BytesRefHash.pool |
private ByteBlockPool |
BytesRefArray.pool |
Constructor and Description |
---|
BytesRefHash(ByteBlockPool pool)
Creates a new
BytesRefHash |
BytesRefHash(ByteBlockPool pool,
int capacity,
BytesRefHash.BytesStartArray bytesStartArray)
Creates a new
BytesRefHash |