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

    Constructors
    Constructor
    Description
    ElasticsearchBulkUpdater(org.elasticsearch.client.Client client)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    end()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public void add(SearchDocument doc)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      add in interface BulkUpdater
    • update

      public void update(SearchDocument doc)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      update in interface BulkUpdater
    • delete

      public void delete(SearchDocument doc)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      delete in interface BulkUpdater
    • end

      public void end() throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      end in interface BulkUpdater
      Throws:
      IOException