Example usage for org.apache.lucene.index SegmentReader.CoreClosedListener interface-usage

List of usage examples for org.apache.lucene.index SegmentReader.CoreClosedListener interface-usage

Introduction

In this page you can find the example usage for org.apache.lucene.index SegmentReader.CoreClosedListener interface-usage.

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;