Class SolrUtil

java.lang.Object
org.eclipse.rdf4j.sail.solr.SolrUtil

@Deprecated(since="5.3.0", forRemoval=true) public class SolrUtil extends Object
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.
Utility for Solr handling.
  • 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
    static org.apache.solr.common.SolrInputDocument
    toSolrInputDocument(org.apache.solr.common.SolrDocument solrDocument)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Converts a SolrDocument to a SolrInputDocument

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SolrUtil

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

    • toSolrInputDocument

      public static org.apache.solr.common.SolrInputDocument toSolrInputDocument(org.apache.solr.common.SolrDocument solrDocument)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Converts a SolrDocument to a SolrInputDocument
      Parameters:
      solrDocument -
      Returns:
      input document