|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldCache | |
---|---|
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. |
Uses of FieldCache in org.apache.lucene.search |
---|
Fields in org.apache.lucene.search declared as FieldCache | |
---|---|
static FieldCache |
FieldCache.DEFAULT
Expert: The cache used internally by sorting and range query classes. |
Methods in org.apache.lucene.search that return FieldCache | |
---|---|
FieldCache |
FieldCacheTermsFilter.getFieldCache()
|
Uses of FieldCache in org.apache.lucene.search.function |
---|
Methods in org.apache.lucene.search.function with parameters of type FieldCache | |
---|---|
DocValues |
ByteFieldSource.getCachedFieldValues(FieldCache cache,
String field,
IndexReader reader)
|
DocValues |
ShortFieldSource.getCachedFieldValues(FieldCache cache,
String field,
IndexReader reader)
|
DocValues |
IntFieldSource.getCachedFieldValues(FieldCache cache,
String field,
IndexReader reader)
|
DocValues |
FloatFieldSource.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. |
Uses of FieldCache in org.apache.lucene.util |
---|
Methods in org.apache.lucene.util with parameters of type FieldCache | |
---|---|
static FieldCacheSanityChecker.Insanity[] |
FieldCacheSanityChecker.checkSanity(FieldCache cache)
Quick and dirty convenience method |
protected void |
LuceneTestCase.purgeFieldCache(FieldCache fc)
Forcible purges all cache entries from the FieldCache. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |