Uses of Class
org.apache.lucene.util.FieldCacheSanityChecker.Insanity

Packages that use FieldCacheSanityChecker.Insanity
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
 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
static FieldCacheSanityChecker.Insanity[] FieldCacheSanityChecker.checkSanity(FieldCache cache)
          Quick and dirty convenience method
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.