Uses of Interface
org.eclipse.rdf4j.sail.lucene.BulkUpdater
-
Packages that use BulkUpdater Package Description org.eclipse.rdf4j.sail.elasticsearch ElasticSearch index for theLuceneSail
.org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API.org.eclipse.rdf4j.sail.lucene.impl org.eclipse.rdf4j.sail.solr -
-
Uses of BulkUpdater in org.eclipse.rdf4j.sail.elasticsearch
Classes in org.eclipse.rdf4j.sail.elasticsearch that implement BulkUpdater Modifier and Type Class Description class
ElasticsearchBulkUpdater
Methods in org.eclipse.rdf4j.sail.elasticsearch that return BulkUpdater Modifier and Type Method Description protected BulkUpdater
ElasticsearchIndex. newBulkUpdate()
-
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()
-
Uses of BulkUpdater in org.eclipse.rdf4j.sail.lucene.impl
Methods in org.eclipse.rdf4j.sail.lucene.impl that return BulkUpdater Modifier and Type Method Description protected BulkUpdater
LuceneIndex. newBulkUpdate()
-
Uses of BulkUpdater in org.eclipse.rdf4j.sail.solr
Classes in org.eclipse.rdf4j.sail.solr that implement BulkUpdater Modifier and Type Class Description class
SolrBulkUpdater
Methods in org.eclipse.rdf4j.sail.solr that return BulkUpdater Modifier and Type Method Description protected BulkUpdater
SolrIndex. newBulkUpdate()
-