You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Julien Massiera (JIRA)" <ji...@apache.org> on 2018/09/07 20:45:00 UTC

[jira] [Created] (CONNECTORS-1531) Solr Output connector does not properly work with SolrJ 7.4.0

Julien Massiera created CONNECTORS-1531:
-------------------------------------------

             Summary: Solr Output connector does not properly work with SolrJ 7.4.0
                 Key: CONNECTORS-1531
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1531
             Project: ManifoldCF
          Issue Type: Bug
          Components: Solr 7.x component
    Affects Versions: ManifoldCF 2.10
            Reporter: Julien Massiera


When using SolrJ 7.4.0 the Solr output connector is not able to delete documents because of a runtime exception
The reason is because the org.apache.manifoldcf.agents.output.solr.ModifiedHttpSolrClient class uses the org.apache.solr.client.solrj.request.RequestWriter.LazyContentStream class (line 231), which does not exist anymore in SolrJ  

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)