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

    Constructors
    Constructor
    Description
    SolrBulkUpdater(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 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

    • 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