Example usage for org.apache.lucene.index IndexReader.ReaderClosedListener interface-usage

List of usage examples for org.apache.lucene.index IndexReader.ReaderClosedListener interface-usage

Introduction

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

Usage

From source file org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.java

/**
 * Lucene based inverted index
 *
 * @author Adam Gibson
 */
public class LuceneInvertedIndex

From source file org.elassandra.index.search.TokenRangesBitsetFilterCache.java

/**
 * This is a per-index cache for {@link BitDocIdSet} based filters and is unbounded by size or time.
 * <p>
 * Use this cache with care, only components that require that a filter is to be materialized as a {@link BitDocIdSet}
 * and require that it should always be around should use this cache, otherwise the
 * {@link org.elasticsearch.index.cache.query.QueryCache} should be used instead.