You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/07/10 14:12:00 UTC

[jira] [Commented] (NUTCH-1480) SolrIndexer to write to multiple servers.

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

Hudson commented on NUTCH-1480:
-------------------------------

SUCCESS: Integrated in Jenkins build Nutch-trunk #3543 (See [https://builds.apache.org/job/Nutch-trunk/3543/])
fixes for NUTCH-1514: Support for NUTCH-1480. (r0ann3l: [https://github.com/apache/nutch/commit/0176883bd663088da99ab54840987092066dc5ac])
* (edit) src/plugin/indexer-csv/src/java/org/apache/nutch/indexwriter/csv/CSVIndexWriter.java
Fix unit tests for changes related to NUTCH-1480 (snagel: [https://github.com/apache/nutch/commit/06221e069227b6e2f7b6b13eb0df6cb98ba21a46])
* (edit) src/plugin/indexer-csv/src/test/org/apache/nutch/indexwriter/csv/TestCSVIndexWriter.java


> SolrIndexer to write to multiple servers.
> -----------------------------------------
>
>                 Key: NUTCH-1480
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1480
>             Project: Nutch
>          Issue Type: Improvement
>          Components: indexer
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>            Priority: Minor
>             Fix For: 1.15
>
>         Attachments: NUTCH-1480-1.6.1.patch, adding-support-for-sharding-indexer-for-solr.patch
>
>
> SolrUtils should return an array of SolrServers and read the SolrUrl as a comma delimited list of URL's using Configuration.getString(). SolrWriter should be able to handle this list of SolrServers.
> This is useful if you want to send documents to multiple servers if no replication is available or if you want to send documents to multiple NOCs.
> edit:
> This does not replace NUTCH-1377 but complements it. With NUTCH-1377 this issue allows you to index to multiple SolrCloud clusters at the same time.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)