Uses of Class
org.eclipse.rdf4j.sail.lucene.AbstractReaderMonitor
Package
Description
A Sail implementation that supports full-text indexing via the Lucene API.
-
Uses of AbstractReaderMonitor in org.eclipse.rdf4j.sail.lucene
Modifier and TypeFieldDescriptionprotected final Collection
<AbstractReaderMonitor> AbstractLuceneIndex.oldmonitors
keep a lit of old monitors that are still iterating but not closed (open iterators), will be all closed on shutdown items are removed from list by ReaderMnitor.endReading() when closingModifier and TypeMethodDescriptionprotected abstract AbstractReaderMonitor
AbstractLuceneIndex.getCurrentMonitor()
-
Uses of AbstractReaderMonitor in org.eclipse.rdf4j.sail.lucene.impl
Modifier and TypeClassDescriptionclass
ReaderMonitor holds IndexReader and IndexSearcher.