Package | Description |
---|---|
org.apache.lucene.index.memory |
High-performance single-document main memory Apache Lucene fulltext search index.
|
Modifier and Type | Field and Description |
---|---|
private MemoryIndex.Info |
MemoryIndex.MemoryIndexReader.MemoryTermsEnum.info |
Modifier and Type | Field and Description |
---|---|
private java.util.SortedMap<java.lang.String,MemoryIndex.Info> |
MemoryIndex.fields
info for each field: Map<String fieldName, Info field>
|
private java.util.Map<java.lang.String,MemoryIndex.Info> |
MemoryIndex.MemoryIndexReader.MemoryFields.fields |
Modifier and Type | Method and Description |
---|---|
private MemoryIndex.Info |
MemoryIndex.MemoryIndexReader.getInfoForExpectedDocValuesType(java.lang.String fieldName,
DocValuesType expectedType) |
Modifier and Type | Method and Description |
---|---|
private void |
MemoryIndex.storeDocValues(MemoryIndex.Info info,
DocValuesType docValuesType,
java.lang.Object docValuesValue) |
private void |
MemoryIndex.storePointValues(MemoryIndex.Info info,
int pointDimensionCount,
int pointNumBytes,
BytesRef pointValue) |
private void |
MemoryIndex.storeTerms(MemoryIndex.Info info,
TokenStream tokenStream,
float boost,
int positionIncrementGap,
int offsetGap) |
Constructor and Description |
---|
MemoryTermsEnum(MemoryIndex.Info info) |
Constructor and Description |
---|
MemoryFields(java.util.Map<java.lang.String,MemoryIndex.Info> fields) |