|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FilterCachingStrategy
Defines the caching filter strategy implementations of getCachedFilter and addCachedFilter must be thread-safe
Method Summary | |
---|---|
void |
addCachedFilter(FilterKey key,
org.apache.lucene.search.Filter filter)
Propose a candidate filter for caching |
org.apache.lucene.search.Filter |
getCachedFilter(FilterKey key)
Retrieve the cached filter for a given key or null if not cached |
void |
initialize(Properties properties)
initialize the strategy from the properties The Properties must not be changed |
Method Detail |
---|
void initialize(Properties properties)
org.apache.lucene.search.Filter getCachedFilter(FilterKey key)
void addCachedFilter(FilterKey key, org.apache.lucene.search.Filter filter)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |