| 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.search |
Code to search indices.
|
| org.apache.lucene.util |
Some utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
TermsHashPerField.PostingsBytesStartArray |
| Modifier and Type | Class and Description |
|---|---|
private static class |
MemoryIndex.SliceByteStartArray |
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
ScoringRewrite.TermFreqBoostByteStart
Special implementation of BytesStartArray that keeps parallel arrays for boost and docFreq
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BytesRefHash.DirectBytesStartArray
A simple
BytesRefHash.BytesStartArray that tracks
memory allocation using a private Counter
instance. |
| Modifier and Type | Field and Description |
|---|---|
private BytesRefHash.BytesStartArray |
BytesRefHash.bytesStartArray |
| Constructor and Description |
|---|
BytesRefHash(ByteBlockPool pool,
int capacity,
BytesRefHash.BytesStartArray bytesStartArray)
Creates a new
BytesRefHash |