public static final class FieldCacheSanityChecker.InsanityType extends Object
SUBREADER
,
VALUEMISMATCH
,
EXPECTED
Modifier and Type | Field and Description |
---|---|
static FieldCacheSanityChecker.InsanityType |
EXPECTED
Indicates an expected bit of "insanity".
|
static FieldCacheSanityChecker.InsanityType |
SUBREADER
Indicates an overlap in cache usage on a given field
in sub/super readers.
|
static FieldCacheSanityChecker.InsanityType |
VALUEMISMATCH
Indicates entries have the same reader+fieldname but
different cached values.
|
public static final FieldCacheSanityChecker.InsanityType SUBREADER
public static final FieldCacheSanityChecker.InsanityType VALUEMISMATCH
Indicates entries have the same reader+fieldname but different cached values. This can happen if different datatypes, or parsers are used -- and while it's not necessarily a bug it's typically an indication of a possible problem.
public static final FieldCacheSanityChecker.InsanityType EXPECTED