List of usage examples for org.apache.lucene.index SegmentReader.CoreClosedListener interface-usage
From source file org.elasticsearch.index.cache.docset.simple.SimpleDocSetCache.java
/** */ public class SimpleDocSetCache extends AbstractIndexComponent implements DocSetCache, SegmentReader.CoreClosedListener { private final ConcurrentMap<Object, Queue<FixedBitSet>> cache;
From source file org.elasticsearch.index.cache.filter.weighted.WeightedFilterCache.java
public class WeightedFilterCache extends AbstractIndexComponent implements FilterCache, SegmentReader.CoreClosedListener { final IndicesFilterCache indicesFilterCache; IndexService indexService;