Class Factory

java.lang.Object
org.eclipse.rdf4j.sail.solr.client.http.Factory
All Implemented Interfaces:
SolrClientFactory

@Deprecated(since="5.3.0", forRemoval=true) public class Factory extends Object implements SolrClientFactory
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
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.solr.client.solrj.SolrClient
    create(String spec)
    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

    • Factory

      public Factory()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • create

      public org.apache.solr.client.solrj.SolrClient create(String spec)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      create in interface SolrClientFactory