Package | Description |
---|---|
org.eclipse.rdf4j.sail.lucene |
A Sail implementation that supports full-text indexing via the Lucene API.
|
Modifier and Type | Class and Description |
---|---|
class |
ReaderMonitor
ReaderMonitor holds IndexReader and IndexSearcher.
|
Modifier and Type | Field and Description |
---|---|
protected 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 closing
|
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractReaderMonitor |
AbstractLuceneIndex.getCurrentMonitor() |
Modifier and Type | Method and Description |
---|---|
Collection<AbstractReaderMonitor> |
AbstractLuceneIndex.getOldMonitors() |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.