Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Method and Description |
---|---|
FieldCache.CacheEntry[] |
FieldCache.getCacheEntries()
EXPERT: Generates an array of CacheEntry objects representing all items
currently in the FieldCache.
|
Modifier and Type | Method and Description |
---|---|
FieldCache.CacheEntry[] |
FieldCacheSanityChecker.Insanity.getCacheEntries()
CacheEntry objects which suggest a problem
|
Modifier and Type | Method and Description |
---|---|
FieldCacheSanityChecker.Insanity[] |
FieldCacheSanityChecker.check(FieldCache.CacheEntry... cacheEntries)
Tests a CacheEntry[] for indication of "insane" cache usage.
|
static FieldCacheSanityChecker.Insanity[] |
FieldCacheSanityChecker.checkSanity(FieldCache.CacheEntry... cacheEntries)
Quick and dirty convenience method that instantiates an instance with
"good defaults" and uses it to test the CacheEntrys
|
Constructor and Description |
---|
FieldCacheSanityChecker.Insanity(FieldCacheSanityChecker.InsanityType type,
String msg,
FieldCache.CacheEntry... entries) |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.