[jira] [Updated] (NUTCH-1197) Add statically configured field values to solrindex-mapping.xml

2015-01-29 Thread Julien Nioche (JIRA)

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

Julien Nioche updated NUTCH-1197:
-
Assignee: (was: Julien Nioche)

> Add statically configured field values to solrindex-mapping.xml
> ---
>
> Key: NUTCH-1197
> URL: https://issues.apache.org/jira/browse/NUTCH-1197
> Project: Nutch
>  Issue Type: Improvement
>  Components: indexer
>Reporter: Andrzej Bialecki 
> Fix For: 1.11
>
> Attachments: NUTCH-1197.patch
>
>
> In some cases it's useful to be able to add to every document sent to Solr a 
> set of predefined fields with static values. This could be implemented on the 
> Solr side (with a custom UpdateRequestProcessor), but it may be less 
> cumbersome to add them on the Nutch side.
> Example: let's say I have several Nutch configurations all indexing to the 
> same Solr instance, and I want each of them to add its identifier as a field 
> in all documents, e.g. "origin"="web_crawl_1", "origin"="file_crawl", 
> "origin"="unlimited_crawl", etc...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (NUTCH-1197) Add statically configured field values to solrindex-mapping.xml

2012-04-03 Thread Markus Jelsma (Updated) (JIRA)

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

Markus Jelsma updated NUTCH-1197:
-

Fix Version/s: (was: 1.5)
   1.6

20120304-push-1.6

> Add statically configured field values to solrindex-mapping.xml
> ---
>
> Key: NUTCH-1197
> URL: https://issues.apache.org/jira/browse/NUTCH-1197
> Project: Nutch
>  Issue Type: Improvement
>  Components: indexer
>Reporter: Andrzej Bialecki 
>Assignee: Andrzej Bialecki 
> Fix For: 1.6
>
> Attachments: NUTCH-1197.patch
>
>
> In some cases it's useful to be able to add to every document sent to Solr a 
> set of predefined fields with static values. This could be implemented on the 
> Solr side (with a custom UpdateRequestProcessor), but it may be less 
> cumbersome to add them on the Nutch side.
> Example: let's say I have several Nutch configurations all indexing to the 
> same Solr instance, and I want each of them to add its identifier as a field 
> in all documents, e.g. "origin"="web_crawl_1", "origin"="file_crawl", 
> "origin"="unlimited_crawl", etc...

--
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




[jira] [Updated] (NUTCH-1197) Add statically configured field values to solrindex-mapping.xml

2011-11-04 Thread Chris A. Mattmann (Updated) (JIRA)

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

Chris A. Mattmann updated NUTCH-1197:
-

Fix Version/s: (was: 1.4)
   1.5

- push out.

> Add statically configured field values to solrindex-mapping.xml
> ---
>
> Key: NUTCH-1197
> URL: https://issues.apache.org/jira/browse/NUTCH-1197
> Project: Nutch
>  Issue Type: Improvement
>  Components: indexer
>Reporter: Andrzej Bialecki 
>Assignee: Andrzej Bialecki 
> Fix For: 1.5
>
> Attachments: NUTCH-1197.patch
>
>
> In some cases it's useful to be able to add to every document sent to Solr a 
> set of predefined fields with static values. This could be implemented on the 
> Solr side (with a custom UpdateRequestProcessor), but it may be less 
> cumbersome to add them on the Nutch side.
> Example: let's say I have several Nutch configurations all indexing to the 
> same Solr instance, and I want each of them to add its identifier as a field 
> in all documents, e.g. "origin"="web_crawl_1", "origin"="file_crawl", 
> "origin"="unlimited_crawl", etc...

--
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




[jira] [Updated] (NUTCH-1197) Add statically configured field values to solrindex-mapping.xml

2011-11-03 Thread Andrzej Bialecki (Updated) (JIRA)

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

Andrzej Bialecki  updated NUTCH-1197:
-

Attachment: NUTCH-1197.patch

Patch with the implementation. I added some javadocs, and a unit test for both 
the old and the new functionality.

> Add statically configured field values to solrindex-mapping.xml
> ---
>
> Key: NUTCH-1197
> URL: https://issues.apache.org/jira/browse/NUTCH-1197
> Project: Nutch
>  Issue Type: Improvement
>  Components: indexer
>Reporter: Andrzej Bialecki 
>Assignee: Andrzej Bialecki 
> Fix For: 1.4
>
> Attachments: NUTCH-1197.patch
>
>
> In some cases it's useful to be able to add to every document sent to Solr a 
> set of predefined fields with static values. This could be implemented on the 
> Solr side (with a custom UpdateRequestProcessor), but it may be less 
> cumbersome to add them on the Nutch side.
> Example: let's say I have several Nutch configurations all indexing to the 
> same Solr instance, and I want each of them to add its identifier as a field 
> in all documents, e.g. "origin"="web_crawl_1", "origin"="file_crawl", 
> "origin"="unlimited_crawl", etc...

--
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