You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Tricia Jenkins (JIRA)" <ji...@apache.org> on 2013/11/20 17:57:35 UTC

[jira] [Comment Edited] (SOLR-5470) UpdateProcessor to forward updates to another Solr server.

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

Tricia Jenkins edited comment on SOLR-5470 at 11/20/13 4:56 PM:
----------------------------------------------------------------

To use add the following to your solrconfig.xml
{code:xml}<updateRequestProcessorChain name="forwarding">
  <processor class="solr.ForwardingUpdateProcessorFactory" >
   <str name="target">http://HOST:PORT/solr</str>
  </processor>
</updateRequestProcessorChain>
{code}


was (Author: pgwillia):
To use add the following to your solrconfig.xml
{code:xml}<updateRequestProcessorChain name="forwarding" default="true">
  <processor class="solr.ForwardingUpdateProcessorFactory" >
    <lst name="name">
      <str name="target">http://HOST:PORT/solr</str>
    </lst> 
  </processor>
</updateRequestProcessorChain>
{code}

> UpdateProcessor to forward updates to another Solr server.
> ----------------------------------------------------------
>
>                 Key: SOLR-5470
>                 URL: https://issues.apache.org/jira/browse/SOLR-5470
>             Project: Solr
>          Issue Type: Improvement
>          Components: update
>    Affects Versions: 5.0, 4.7
>            Reporter: Tricia Jenkins
>            Priority: Minor
>              Labels: dih, update, update.chain
>         Attachments: SOLR-5470.patch
>
>
> Can be added to any update.chain (probably as the final processor) to send the update to another Solr server.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org