Uses of Class
org.apache.lucene.util.FieldCacheSanityChecker.InsanityType
-
Packages that use FieldCacheSanityChecker.InsanityType Package Description 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 Modifier and Type Field Description static FieldCacheSanityChecker.InsanityTypeFieldCacheSanityChecker.InsanityType. EXPECTEDIndicates an expected bit of "insanity".static FieldCacheSanityChecker.InsanityTypeFieldCacheSanityChecker.InsanityType. SUBREADERIndicates an overlap in cache usage on a given field in sub/super readers.static FieldCacheSanityChecker.InsanityTypeFieldCacheSanityChecker.InsanityType. VALUEMISMATCHIndicates entries have the same reader+fieldname but different cached values.Methods in org.apache.lucene.util that return FieldCacheSanityChecker.InsanityType Modifier and Type Method Description FieldCacheSanityChecker.InsanityTypeFieldCacheSanityChecker.Insanity. getType()Type of insane behavior this object representsConstructors in org.apache.lucene.util with parameters of type FieldCacheSanityChecker.InsanityType Constructor Description Insanity(FieldCacheSanityChecker.InsanityType type, String msg, FieldCache.CacheEntry... entries)
-