Class SolrUtil
java.lang.Object
org.eclipse.rdf4j.sail.solr.SolrUtil
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
ConstructorsConstructorDescriptionSolrUtil()Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.solr.common.SolrInputDocumenttoSolrInputDocument(org.apache.solr.common.SolrDocument solrDocument) Deprecated, for removal: This API element is subject to removal in a future version.Converts aSolrDocumentto aSolrInputDocument
-
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 aSolrDocumentto aSolrInputDocument- Parameters:
solrDocument-- Returns:
- input document
-