|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lucene.util.FieldCacheSanityChecker.InsanityType
public static final class FieldCacheSanityChecker.InsanityType
An Enumeration of the different types of "insane" behavior that may be detected in a FieldCache.
SUBREADER
,
VALUEMISMATCH
,
EXPECTED
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |