[ 
https://issues.apache.org/jira/browse/CONNECTORS-594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13541641#comment-13541641
 ] 

Karl Wright commented on CONNECTORS-594:
----------------------------------------

Answer to the "how to specify urls" question:

The contributed code actually seems to be doing this partly incorrectly.  The 
proper code looks like this:

{code}
<response_object> = <request_object>.process(solrServer);
{code}

The delete request can be specified as an UpdateRequest, and a URL can be 
included when that is created.  The ping request, on the other hand, has a 
hard-wired "/admin/status" URL, but the request class is very simple, so I just 
duplicated it locally and permitted a URL to be passed in.


                
> 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
>            Assignee: Karl Wright
>            Priority: Minor
>             Fix For: ManifoldCF 1.1
>
>         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

Reply via email to