Uses of Class
org.apache.lucene.search.FieldCache.CacheEntry
-
Packages that use FieldCache.CacheEntry Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description FieldCache.CacheEntry[]
FieldCacheSanityChecker.Insanity. getCacheEntries()
CacheEntry objects which suggest a problemMethods in org.apache.lucene.util with parameters of type FieldCache.CacheEntry Modifier and Type Method Description 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 CacheEntrysConstructors in org.apache.lucene.util with parameters of type FieldCache.CacheEntry Constructor Description Insanity(FieldCacheSanityChecker.InsanityType type, String msg, FieldCache.CacheEntry... entries)
-