|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldCache.CacheEntry | |
---|---|
org.apache.lucene.search | Code to search indices. |
org.apache.lucene.util | Some utility classes. |
Uses of FieldCache.CacheEntry in org.apache.lucene.search |
---|
Methods in org.apache.lucene.search that return FieldCache.CacheEntry | |
---|---|
FieldCache.CacheEntry[] |
FieldCache.getCacheEntries()
EXPERT: Generates an array of CacheEntry objects representing all items currently in the FieldCache. |
Uses of FieldCache.CacheEntry in org.apache.lucene.util |
---|
Methods in org.apache.lucene.util that return FieldCache.CacheEntry | |
---|---|
FieldCache.CacheEntry[] |
FieldCacheSanityChecker.Insanity.getCacheEntries()
CacheEntry objects which suggest a problem |
Methods in org.apache.lucene.util with parameters of type FieldCache.CacheEntry | |
---|---|
FieldCacheSanityChecker.Insanity[] |
FieldCacheSanityChecker.check(FieldCache.CacheEntry... cacheEntries)
Tests a CacheEntry[] for indication of "insane" cache usage. |
static FieldCacheSanityChecker.Insanity[] |
FieldCacheSanityChecker.checkSanity(FieldCache.CacheEntry... cacheEntries)
Quick and dirty convenience method that instantiates an instance with "good defaults" and uses it to test the CacheEntrys |
Constructors in org.apache.lucene.util with parameters of type FieldCache.CacheEntry | |
---|---|
FieldCacheSanityChecker.Insanity(FieldCacheSanityChecker.InsanityType type,
String msg,
FieldCache.CacheEntry... entries)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |