Uses of Class
org.apache.lucene.util.FieldCacheSanityChecker.Insanity
-
Packages that use FieldCacheSanityChecker.Insanity Package Description org.apache.lucene.util Some utility classes. -
-
Uses of FieldCacheSanityChecker.Insanity in org.apache.lucene.util
Methods in org.apache.lucene.util that return FieldCacheSanityChecker.Insanity 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 cache)
Quick and dirty convenience methodstatic 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
-