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

Andrzej Bialecki  edited comment on NUTCH-1213 at 11/25/11 10:26 AM:
---------------------------------------------------------------------

Patch that implements this functionality. SolrParams can be passed as an 
URL-like string, for example:
{code}
nutch solrindex http://localhost:8983/solr/collection1 db -linkdb linkdb 
-params "update.chain=distrib&fmap.a=links" segments/20111125105233
{code}
                
      was (Author: ab):
    Path that implements this functionality. SolrParams can be passed as an 
URL-like string, for example:
{code}
nutch solrindex http://localhost:8983/solr/collection1 db -linkdb linkdb 
-params "update.chain=distrib&fmap.a=links" segments/20111125105233
{code}
                  
> Pass additional SolrParams when indexing to Solr
> ------------------------------------------------
>
>                 Key: NUTCH-1213
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1213
>             Project: Nutch
>          Issue Type: Improvement
>          Components: indexer
>            Reporter: Andrzej Bialecki 
>            Assignee: Andrzej Bialecki 
>         Attachments: NUTCH-1213.diff
>
>
> This is a simple improvement of the SolrIndexer. It adds the ability to pass 
> additional Solr parameters that are applied to each UpdateRequest. This is 
> useful when you have to pass parameters specific to a particular indexing 
> run, which are not in Solr invariants for the update handler, and modifying 
> the Solr configuration for each different indexing run is inconvenient.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to