Interface SolrClientFactory

All Known Implementing Classes:
Factory, Factory, Factory

@Deprecated(since="5.3.0", forRemoval=true) public interface 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.
  • 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.
     
  • Method Details

    • create

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