Class LRUQueryCache.MinSegmentSizePredicate

java.lang.Object
org.apache.lucene.search.LRUQueryCache.MinSegmentSizePredicate
All Implemented Interfaces:
Predicate<LeafReaderContext>
Enclosing class:
LRUQueryCache

static class LRUQueryCache.MinSegmentSizePredicate extends Object implements Predicate<LeafReaderContext>
  • Field Details

    • minSize

      private final int minSize
  • Constructor Details

    • MinSegmentSizePredicate

      MinSegmentSizePredicate(int minSize)
  • Method Details