diff --git a/modules/elasticsearch/src/main/java/org/elasticsearch/index/cache/filter/support/AbstractConcurrentMapFilterCache.java b/modules/elasticsearch/src/main/java/org/elasticsearch/index/cache/filter/support/AbstractConcurrentMapFilterCache.java index 8e5775d4027..ebd4a16ea6c 100644 --- a/modules/elasticsearch/src/main/java/org/elasticsearch/index/cache/filter/support/AbstractConcurrentMapFilterCache.java +++ b/modules/elasticsearch/src/main/java/org/elasticsearch/index/cache/filter/support/AbstractConcurrentMapFilterCache.java @@ -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 {