Re: Apache Nutch 1.5.1 + Apache Solr 4.0

2012-11-12 Thread Antony Steiner
Thank you very much. Everything is working fine now. Best regards Antony

RE: Apache Nutch 1.5.1 + Apache Solr 4.0

2012-11-12 Thread Markus Jelsma
You're in SolrCloud mode, it needs that field. Just put it as explained in the error somewhere within your element. -Original message- > From:Antony Steiner > Sent: Mon 12-Nov-2012 14:25 > To: solr-user@lucene.apache.org > Subject: Re: Apache Nutch 1.5.1 + Apache So

Re: Apache Nutch 1.5.1 + Apache Solr 4.0

2012-11-12 Thread Rafał Kuć
Hello! Add the following field to your schema.xml file to the fields sections: -- Regards, Rafał Kuć Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch > Hello guys > thank you for your input. I now took the schema from the trunk. This helped > me: I had another ver

Re: Apache Nutch 1.5.1 + Apache Solr 4.0

2012-11-12 Thread Antony Steiner
Hello guys thank you for your input. I now took the schema from the trunk. This helped me: I had another version which has the version number 1.5.1. I changed EnglishPorterFilter to PorterStemFilterFactory. But I still keep failing at starting up solr. Following error: Nov 12, 2012 1:55:58 PM or

Re: Apache Nutch 1.5.1 + Apache Solr 4.0

2012-11-11 Thread Iwan Hanjoyo
Hi Steiner, I found a video tutorial on Nutch 1.4 + Solr 3.4.0 (on Windows). It do solve my error. Hope it do for yours too. Here is the link: Running Nutch and Solr on Windows Tutorial: Part 1 http://www.youtube.com/watch?v=baxhI6Wkov8 Running Nutch and Solr on Windows Tut

Re: Apache Nutch 1.5.1 + Apache Solr 4.0

2012-11-11 Thread Dave Meikle
Hi, On 8 Nov 2012, at 15:00, Markus Jelsma wrote: > Hm, i copied the schema from Nutch' trunk verbatim and only had to change the > stemmer. It seems like you have, for some reason, a float with an extra > point dangling around somewhere. Can you check? Just building a Nutch 1.5.1 environmen

Re: Apache Nutch 1.5.1 + Apache Solr 4.0

2012-11-09 Thread John Whelan
Hi, I while back, I had the same 'problem'. After solving it for myself, I built and distributed a combination of Solr and Nutch into a pre-configured environment. While what I did was specific to Windows (I included Cygwin in the distribution, and a bunch of other stuff for easy administration of

RE: Apache Nutch 1.5.1 + Apache Solr 4.0

2012-11-08 Thread Markus Jelsma
gt; To: Markus Jelsma ; solr-user@lucene.apache.org > Subject: Re: Apache Nutch 1.5.1 + Apache Solr 4.0 > > Hi, > > I just saw there is a schema-solr4.xml and a schema.xml in the nutch conf > directory. But with both schemas I get the same errors when starting up > solr. > He

Re: Apache Nutch 1.5.1 + Apache Solr 4.0

2012-11-08 Thread Antony Steiner
cene.apache.org > > Subject: Re: Apache Nutch 1.5.1 + Apache Solr 4.0 > > > > Hi, > > > > Thank you for your sugestion. Nope, it didn't change anything. Should I > > post the full stacktrace? > > > > Regards > > Antony > > > >

RE: Apache Nutch 1.5.1 + Apache Solr 4.0

2012-11-08 Thread Markus Jelsma
Hi - it fixes it here. Please post the full stack trace. -Original message- > From:Antony Steiner > Sent: Thu 08-Nov-2012 15:16 > To: solr-user@lucene.apache.org > Subject: Re: Apache Nutch 1.5.1 + Apache Solr 4.0 > > Hi, > > Thank you for your sugestion

Re: Apache Nutch 1.5.1 + Apache Solr 4.0

2012-11-08 Thread Antony Steiner
ange that occurance to > PorterStemFilterFactory, that should fix the issue. > > -Original message- > > From:Antony Steiner > > Sent: Thu 08-Nov-2012 14:05 > > To: solr-user@lucene.apache.org > > Subject: Apache Nutch 1.5.1 + Apache Solr 4.0 > > > > Hello my nam

RE: Apache Nutch 1.5.1 + Apache Solr 4.0

2012-11-08 Thread Markus Jelsma
To: solr-user@lucene.apache.org > Subject: Apache Nutch 1.5.1 + Apache Solr 4.0 > > Hello my name is Antony and I'm new to apache nutch and solr. > > I want to crawl my website and therefore I downloaded nutch to do this. > This works fine. But no I would like to integrate nutch with solr

Apache Nutch 1.5.1 + Apache Solr 4.0

2012-11-08 Thread Antony Steiner
Hello my name is Antony and I'm new to apache nutch and solr. I want to crawl my website and therefore I downloaded nutch to do this. This works fine. But no I would like to integrate nutch with solr. Im running this on my unix system. Im trying to follow this tutorial: http://wiki.apache.org/nutc