Package | Description |
---|---|
org.apache.lucene.util |
Some utility classes.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
FieldCacheSanityChecker.InsanityType |
FieldCacheSanityChecker.Insanity.getType() |
Type of insane behavior this object represents
|
Constructor | Description |
---|---|
Insanity(FieldCacheSanityChecker.InsanityType type,
String msg,
FieldCache.CacheEntry... entries) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.