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/16 17:51:11 UTC

Find Solr Url in solrindex inside IndexingFilter ?

Hi,
  I use nutch to crawl and index to Solr.  I extends IndexingFilter in Nutch to 
do my own indexing.  I use this command "bin/nutch solrindex 
http://127.0.0.1:8983/solr/ crawl/crawldb crawl/linkdb crawl/segments/*" 

I want to do different things inside my IndexingFilter depending on specifc solr 
urls I am indexing to.  Is it possible?  If so, how?
 
Thanks.