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 00:37:21 UTC

[jira] [Updated] (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: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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org