update comment for next lucene version
This commit is contained in:
parent
66158ffc19
commit
4c51ddd2ad
|
@ -89,8 +89,8 @@ public abstract class AbstractConcurrentMapFilterCache extends AbstractIndexComp
|
||||||
return newConcurrentMap();
|
return newConcurrentMap();
|
||||||
}
|
}
|
||||||
|
|
||||||
// LUCENE MONITOR: Check next version Lucene for CachingWrapperFilter, consifer using that logic
|
// LUCENE MONITOR: Check next version Lucene for CachingWrapperFilter, consider using that logic
|
||||||
// and not use the DeletableConstantScoreQuery, instead pass the enum
|
// and not use the DeletableConstantScoreQuery, instead pass the DeletesMode enum to the cache method
|
||||||
// see: https://issues.apache.org/jira/browse/LUCENE-2468
|
// see: https://issues.apache.org/jira/browse/LUCENE-2468
|
||||||
|
|
||||||
private class FilterCacheFilterWrapper extends Filter {
|
private class FilterCacheFilterWrapper extends Filter {
|
||||||
|
|
Loading…
Reference in New Issue