[
https://issues.apache.org/jira/browse/CONNECTORS-594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13540598#comment-13540598
]
Ryan McKinley commented on CONNECTORS-594:
------------------------------------------
Yes, the 4.x family can talk to earlier versions... but you may have issues
with the binary format. To force XML (that has not changed since the
beginning) set the response parser to XML:
{code:java}
HttpSolrServer solr = new HttpSolrServer("http://...");
solr.setParser(new XMLResponseParser());
{code}
> SolrCloud Output Connector
> --------------------------
>
> Key: CONNECTORS-594
> URL: https://issues.apache.org/jira/browse/CONNECTORS-594
> Project: ManifoldCF
> Issue Type: New Feature
> Affects Versions: ManifoldCF 1.0.1
> Reporter: Minoru Osuka
> Priority: Minor
> Fix For: ManifoldCF next
>
> Attachments: solrcloud-output-connector.tar.gz
>
>
> The Output Connectors doesn't support SolrCloud currently.
> Since the Solr 4.0 released, I think there is a need for support for
> SolrCloud.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira