Package | Description |
---|---|
org.apache.lucene.uninverting |
Support for creating docvalues on-the-fly from the inverted index at runtime.
|
Modifier and Type | Method and Description |
---|---|
private java.util.Collection<FieldCacheSanityChecker.Insanity> |
FieldCacheSanityChecker.checkSubreaders(MapOfSets<java.lang.Integer,FieldCache.CacheEntry> valIdToItems,
MapOfSets<FieldCacheSanityChecker.ReaderField,java.lang.Integer> readerFieldToValIds)
Internal helper method used by check that iterates over
the keys of readerFieldToValIds and generates a Collection
of Insanity instances whenever two (or more) ReaderField instances are
found that have an ancestry relationships.
|
private java.util.Collection<FieldCacheSanityChecker.Insanity> |
FieldCacheSanityChecker.checkValueMismatch(MapOfSets<java.lang.Integer,FieldCache.CacheEntry> valIdToItems,
MapOfSets<FieldCacheSanityChecker.ReaderField,java.lang.Integer> readerFieldToValIds,
java.util.Set<FieldCacheSanityChecker.ReaderField> valMismatchKeys)
Internal helper method used by check that iterates over
valMismatchKeys and generates a Collection of Insanity
instances accordingly.
|
private java.util.Collection<FieldCacheSanityChecker.Insanity> |
FieldCacheSanityChecker.checkValueMismatch(MapOfSets<java.lang.Integer,FieldCache.CacheEntry> valIdToItems,
MapOfSets<FieldCacheSanityChecker.ReaderField,java.lang.Integer> readerFieldToValIds,
java.util.Set<FieldCacheSanityChecker.ReaderField> valMismatchKeys)
Internal helper method used by check that iterates over
valMismatchKeys and generates a Collection of Insanity
instances accordingly.
|