Class SolrBulkUpdater
java.lang.Object
org.eclipse.rdf4j.sail.solr.SolrBulkUpdater
- All Implemented Interfaces:
BulkUpdater
@Deprecated(since="5.3.0",
forRemoval=true)
public class SolrBulkUpdater
extends Object
implements BulkUpdater
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.3.0. Solr integration is deprecated for removal; use alternative Lucene-backed search
implementations instead.
-
Constructor Summary
ConstructorsConstructorDescriptionSolrBulkUpdater(org.apache.solr.client.solrj.SolrClient client) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(SearchDocument doc) Deprecated, for removal: This API element is subject to removal in a future version.voiddelete(SearchDocument doc) Deprecated, for removal: This API element is subject to removal in a future version.voidend()Deprecated, for removal: This API element is subject to removal in a future version.voidupdate(SearchDocument doc) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
SolrBulkUpdater
public SolrBulkUpdater(org.apache.solr.client.solrj.SolrClient client) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
add
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addin interfaceBulkUpdater- Throws:
IOException
-
update
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
updatein interfaceBulkUpdater- Throws:
IOException
-
delete
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
deletein interfaceBulkUpdater- Throws:
IOException
-
end
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
endin interfaceBulkUpdater- Throws:
IOException
-