Uses of Interface
org.eclipse.rdf4j.sail.lucene.BulkUpdater
-
Packages that use BulkUpdater Package Description org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API. -
-
Uses of BulkUpdater in org.eclipse.rdf4j.sail.lucene
Classes in org.eclipse.rdf4j.sail.lucene that implement BulkUpdater Modifier and Type Class Description class
SimpleBulkUpdater
A bulk updater that updates documents one-by-one.Methods in org.eclipse.rdf4j.sail.lucene that return BulkUpdater Modifier and Type Method Description protected abstract BulkUpdater
AbstractSearchIndex. newBulkUpdate()
-