Uses of Class
org.eclipse.rdf4j.sail.lucene.ReaderMonitor
-
Packages that use ReaderMonitor Package Description org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API. -
-
Uses of ReaderMonitor in org.eclipse.rdf4j.sail.lucene
Fields in org.eclipse.rdf4j.sail.lucene declared as ReaderMonitor Modifier and Type Field Description protected ReaderMonitor
LuceneIndex. currentMonitor
This holds IndexReader and IndexSearcher.Methods in org.eclipse.rdf4j.sail.lucene that return ReaderMonitor Modifier and Type Method Description ReaderMonitor
LuceneIndex. getCurrentMonitor()
Current monitor holds instance of IndexReader and IndexSearcher It is used to keep track of readers
-