comment for next lucene version

This commit is contained in:
kimchy 2010-05-22 02:00:26 +03:00
parent ecc74f225e
commit bcc59ac4cc
1 changed files with 4 additions and 0 deletions

View File

@ -89,6 +89,10 @@ public abstract class AbstractConcurrentMapFilterCache extends AbstractIndexComp
return newConcurrentMap();
}
// LUCENE MONITOR: Check next version Lucene for CachingWrapperFilter, consifer using that logic
// and not use the DeletableConstantScoreQuery, instead pass the enum
// see: https://issues.apache.org/jira/browse/LUCENE-2468
private class FilterCacheFilterWrapper extends Filter {
private final Filter filter;