update comment for next lucene version

This commit is contained in:
kimchy 2010-05-22 13:22:27 +03:00
parent 66158ffc19
commit 4c51ddd2ad
1 changed files with 2 additions and 2 deletions

View File

@ -89,8 +89,8 @@ 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
// LUCENE MONITOR: Check next version Lucene for CachingWrapperFilter, consider using that logic
// and not use the DeletableConstantScoreQuery, instead pass the DeletesMode enum to the cache method
// see: https://issues.apache.org/jira/browse/LUCENE-2468
private class FilterCacheFilterWrapper extends Filter {