Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.function |
Programmatic control over documents scores.
|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Field | Description |
---|---|---|
static FieldCache |
FieldCache.DEFAULT |
Expert: The cache used internally by sorting and range query classes.
|
Modifier and Type | Method | Description |
---|---|---|
FieldCache |
FieldCacheTermsFilter.getFieldCache() |
Modifier and Type | Method | Description |
---|---|---|
DocValues |
ByteFieldSource.getCachedFieldValues(FieldCache cache,
String field,
IndexReader reader) |
|
abstract DocValues |
FieldCacheSource.getCachedFieldValues(FieldCache cache,
String field,
IndexReader reader) |
Return cached DocValues for input field and reader.
|
DocValues |
FloatFieldSource.getCachedFieldValues(FieldCache cache,
String field,
IndexReader reader) |
|
DocValues |
IntFieldSource.getCachedFieldValues(FieldCache cache,
String field,
IndexReader reader) |
|
DocValues |
ShortFieldSource.getCachedFieldValues(FieldCache cache,
String field,
IndexReader reader) |
Modifier and Type | Method | Description |
---|---|---|
static FieldCacheSanityChecker.Insanity[] |
FieldCacheSanityChecker.checkSanity(FieldCache cache) |
Quick and dirty convenience method
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.