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.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 Modifier and Type Method Description FieldCacheSanityChecker.InsanityType
FieldCacheSanityChecker.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)
-