| Package | Description |
|---|---|
| org.apache.lucene.util |
Some utility classes.
|
| Modifier and Type | Field and 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.
|
| Modifier and Type | Method and Description |
|---|---|
FieldCacheSanityChecker.InsanityType |
FieldCacheSanityChecker.Insanity.getType()
Type of insane behavior this object represents
|
| Constructor and Description |
|---|
FieldCacheSanityChecker.Insanity(FieldCacheSanityChecker.InsanityType type,
String msg,
FieldCache.CacheEntry... entries) |