Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
ManifoldCF 1.4
-
None
-
None
Description
SolrJ in Solr Cloud mode does not use multipart post, and this is causing trouble for ManifoldCF users. Specifically, CloudSolrServer calls a
LBHttpSolrServer that calls a HttpSolrServer with useMultiPartPost=false. Unfortunately that's not even our hacked HttpSolrServer, so setting multipart post to true would still not work.
Attachments
Attachments
Issue Links
- relates to
-
CONNECTORS-918 Solr Connector modified SolrJ classes need to be reviewed
- Resolved