Re: How do I customize Nutch to cater to existing SOLR schema

2014-03-17 Thread tripiy
Hi Lajos,

Appreciate ur help in providing the patch which would definitely improve the
usability of the product.

For now we have resolved the unique field issue using the following changes
to solrindex-mapping.xml:
 
 

For other the Nutch fields we have added the corresponding fields in SOLR
schema which are copied into the respective target CMS Schema fields.

Will wait for ur patch to get a more robust and flexible solution.

thanx




--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-do-I-customize-Nutch-to-cater-to-existing-SOLR-schema-tp4123062p4124742.html
Sent from the Nutch - Dev mailing list archive at Nabble.com.


How do I customize Nutch to cater to existing SOLR schema

2014-03-12 Thread tripiy
Hi,

I am working with a SOLR instance with a schema defined by the CMS system
that are using. Additionally i want to crawl and index content from some
external sites using Nutch. The biggest issue i am facing is that my
uniquekey is different from that provided by Nutch (i want to us "_uniqueid"
instead of default "id"). Though there are other custom fields which i can
manage using the solr copyfield however i'm not able to get around the
uniquekey which cannot be set as destination for a copyfield.

Is there a way to do this customization on Nutch thru config or the Nutch
code needs to be modified to accommodate custom SOLR schema.

thanx



--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-do-I-customize-Nutch-to-cater-to-existing-SOLR-schema-tp4123062.html
Sent from the Nutch - Dev mailing list archive at Nabble.com.