Class ElasticsearchBulkUpdater
java.lang.Object
org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchBulkUpdater
- All Implemented Interfaces:
BulkUpdater
@Deprecated(since="5.3.0",
forRemoval=true)
public class ElasticsearchBulkUpdater
extends Object
implements BulkUpdater
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated in preparation for an Elasticsearch client upgrade; this API will change or be removed in a
future release.
-
Constructor Summary
ConstructorsConstructorDescriptionElasticsearchBulkUpdater(org.elasticsearch.client.Client 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
-
ElasticsearchBulkUpdater
public ElasticsearchBulkUpdater(org.elasticsearch.client.Client 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
-
update
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
updatein interfaceBulkUpdater
-
delete
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
deletein interfaceBulkUpdater
-
end
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
endin interfaceBulkUpdater- Throws:
IOException
-