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

Packages that use FieldCacheSanityChecker.InsanityType
org.apache.lucene.util Some utility classes. 
 

Uses of FieldCacheSanityChecker.InsanityType in org.apache.lucene.util
 

Fields in org.apache.lucene.util declared as FieldCacheSanityChecker.InsanityType
static FieldCacheSanityChecker.InsanityType FieldCacheSanityChecker.InsanityType.EXPECTED
          Indicates an expected bit of "insanity".
static FieldCacheSanityChecker.InsanityType FieldCacheSanityChecker.InsanityType.SUBREADER
          Indicates an overlap in cache usage on a given field in sub/super readers.
static FieldCacheSanityChecker.InsanityType FieldCacheSanityChecker.InsanityType.VALUEMISMATCH
           Indicates entries have the same reader+fieldname but different cached values.
 

Methods in org.apache.lucene.util that return FieldCacheSanityChecker.InsanityType
 FieldCacheSanityChecker.InsanityType FieldCacheSanityChecker.Insanity.getType()
          Type of insane behavior this object represents
 

Constructors in org.apache.lucene.util with parameters of type FieldCacheSanityChecker.InsanityType
FieldCacheSanityChecker.Insanity(FieldCacheSanityChecker.InsanityType type, String msg, FieldCache.CacheEntry... entries)
           
 



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