List of usage examples for org.apache.lucene.index IndexReader interface-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.
*/