You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Savannah Beckett <sa...@yahoo.com> on 2010/09/08 01:00:49 UTC

How to Index to different indexes depending on the Content being Parsed?

I am using Nutch to do the crawling and then index to Solr.  All is working 
fine.  Now, I need to modify my own Parse Filter and Index Filter plugins, so 
they will send to different indexes depending on the content being parsed.  How 
do I do that?   I am using the instructions in 
http://www.lucidimagination.com/blog/2009/03/09/nutch-solr/ to do the regular 
crawling and indexing.
Thanks.