[ 
https://issues.apache.org/jira/browse/SOLR-5470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tricia Jenkins updated SOLR-5470:
---------------------------------

    Attachment: SOLR-5480.patch

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
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to