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

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

Introduction

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

Usage

From source file api.reader.LuceneIndexReader.java

/**
 * Specific implementation of index api.reader for Lucene.
 * SINGLETON that stores the version of the api.reader from Lucene
 * TODO: Abstract the methods and things that are specific to lucene so we aren't locked into it.
 * Created by Chris on 9/24/2015.
 */