Class AbstractLuceneIndex

java.lang.Object
org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
org.eclipse.rdf4j.sail.lucene.AbstractLuceneIndex
All Implemented Interfaces:
SearchIndex
Direct Known Subclasses:
LuceneIndex

public abstract class AbstractLuceneIndex extends AbstractSearchIndex
  • Field Details

    • oldmonitors

      protected final Collection<AbstractReaderMonitor> 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
  • Constructor Details

    • AbstractLuceneIndex

      public AbstractLuceneIndex()
  • Method Details