Uses of Class
org.apache.lucene.search.FieldCache.CacheEntry
Packages that use FieldCache.CacheEntry
Package
Description
Code to search indices.
Some utility classes.
-
Uses of FieldCache.CacheEntry in org.apache.lucene.search
Methods in org.apache.lucene.search that return FieldCache.CacheEntryModifier and TypeMethodDescriptionFieldCache.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.CacheEntryModifier and TypeMethodDescriptionFieldCacheSanityChecker.Insanity.getCacheEntries()
CacheEntry objects which suggest a problemMethods in org.apache.lucene.util with parameters of type FieldCache.CacheEntryModifier and TypeMethodDescriptionFieldCacheSanityChecker.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.CacheEntryModifierConstructorDescriptionInsanity
(FieldCacheSanityChecker.InsanityType type, String msg, FieldCache.CacheEntry... entries)