Re: Problem with Solr and Nutch integration

2011-03-01 Thread Anurag
i have nutch-1.0 and Apache-solr-1.3.0 (integrated these two). On 3/1/11, Paul Rogers [via Lucene] wrote: > > > Hi Anurag > > The request handler has been added the solrconfig file. > > I'll try your attached requesthandler and see if that helps. > > Interestingly enough the whole setup when I wa

Re: Problem with Solr and Nutch integration

2011-03-01 Thread Paul Rogers
Hi Anurag The request handler has been added the solrconfig file. I'll try your attached requesthandler and see if that helps. Interestingly enough the whole setup when I was using nutch 1.2/solr 1.4.1. It is only since moving to nutch trunk/solr branch_3x that the problem has occurred. I assu

Re: Problem with Solr and Nutch integration

2011-02-28 Thread Anurag
The above mentioned "requesthandler" lies in schema file or solrconfig file of Solr? I integrated solr and nutch and requesthandler lies in SolrConfig.xml. This is my some content of my solrconfig.xml. As far as Jetty server is concerned its working, don't know about solrtomcat. dismax explici

Re: Problem with Solr and Nutch integration

2011-02-28 Thread Paul Rogers
Hi Anurag Thanks for the prompt reply. I'm following the tutorial at http://www.lucidimagination.com/blog/2009/03/09/nutch-solr/ I have built solr and the example and added it to Tomcat as per http://wiki.apache.org/solr/SolrTomcat and this (solr-example) all appears to work fine (I can acces

Re: Problem with Solr and Nutch integration

2011-02-28 Thread Anurag
Solr uses jetty server default, do u know that? you can run solr server without using Tomcat (using jetty server). Please describe the steps that led to the error. Which command u executed? On Mon, Feb 28, 2011 at 1:39 AM, Paul Rogers [via Lucene] < ml-node+2590334-620834624-146...@n3.nabble.com>

Re: Problem with Solr and Nutch integration

2011-02-28 Thread Paul Rogers
Hi Anurag Sorry for missing that key piece of info out. I'm running Linux (Centos 5.5). Regards Paul On 28 February 2011 07:26, Anurag wrote: > Which os u are using? >

Re: Problem with Solr and Nutch integration

2011-02-27 Thread Anurag
Which os u are using? On Mon, Feb 28, 2011 at 1:39 AM, Paul Rogers [via Lucene] < ml-node+2590334-620834624-146...@n3.nabble.com> wrote: > Hi Guys > > I'm trying to integrate solr and nutch as per > http://www.lucidimagination.com/blog/2009/03/09/nutch-solr/, using the > branch_3x from svn on Tom