Package org.eclipse.rdf4j.sail.lucene
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
-
Field Summary
Modifier and TypeFieldDescriptionprotected final Collection
<AbstractReaderMonitor> 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 closingFields inherited from class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
maxDocs, wktFields
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
accept, addDocument, addDocuments, addRemoveStatements, addStatement, copyDocument, deleteDocument, evaluate, geoQuery, geoRelationQuery, getDocument, getDocuments, getIndexedTypeMapping, getResource, getSpatialContext, initialize, isGeoField, isIndexedTypeStatement, isTypeFilteringEnabled, isTypeStatement, newBulkUpdate, newDocument, parseLuceneQueryShape, parseQueryPoint, parseQueryShape, query, removeStatement, updateDocument
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.sail.lucene.SearchIndex
begin, clear, clearContexts, commit, rollback, shutDown
-
Field Details
-
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
-
getCurrentMonitor
-
getOldMonitors
-