Re: SOLR 1.4 and Lucene 3.0.3 index problem

2011-02-04 Thread Churchill Nanje Mambe
thanks Dominique I am on windows... how do I do this on a windows 7 machine... I have netbeans and I have SVN and ant plugins regards Mambe Churchill Nanje 237 33011349, AfroVisioN Founder, President,CEO http://www.afrovisiongroup.com | http://mambenanje.blogspot.com skypeID: mambenanje www.twit

Re: SOLR 1.4 and Lucene 3.0.3 index problem

2011-02-03 Thread Dominique Bejean
Hi, I would not try to change the lucene version in Solr 1.4.1 from 2.9.x to 3.0.x. As said Koji, the best solution is to get the branch 3.x or the trunk and build it. You need svn and ant. 1. Create a working directory $ mkdir ~/solr 2. Get the source $ cd ~/solr $ svn co http://svn.ap

Re: SOLR 1.4 and Lucene 3.0.3 index problem

2011-02-02 Thread Churchill Nanje Mambe
thanks guys I will try the trunk as for unpacking the war and changing the lucene... I am not an expect and this my get complicated for me maybe over time when I am comfortable Mambe Churchill Nanje 237 33011349, AfroVisioN Founder, President,CEO http://www.afrovisiongroup.com | http://mambenanj

Re: SOLR 1.4 and Lucene 3.0.3 index problem

2011-02-01 Thread Grijesh
You can extract the solr.war using java's jar -xvf solr.war command change the lucene-2.9.jar with your lucene-3.0.3.jar in WEB-INF/lib directory then use jar -cxf solr.war * to again pack the war deploy that war hope that work - Thanx: Grijesh -- View this message in context: http://lu

Re: SOLR 1.4 and Lucene 3.0.3 index problem

2011-02-01 Thread Churchill Nanje Mambe
So I should use 1.4.1, and that is already built what if I use solr 4 ?? from the source code do you know of any tutorial I can use to learn how to build it using netbeans IDE ?? I already have ant installed or you advice I go with the 1.4.1 ?? Mambe Churchill Nanje 237 33011349, AfroVisioN Foun

Re: SOLR 1.4 and Lucene 3.0.3 index problem

2011-02-01 Thread Peter Karich
solr 1.4.x uses 2.9.x of lucene you could try the trunk which uses lucene 3.0.3 and should be compatible if I'm correct Regards, Peter. > I have the exact opposite problem where Luke won't even load the index but > Solr starts fine. I believe there are major differences between the two > index

Re: SOLR 1.4 and Lucene 3.0.3 index problem

2011-02-01 Thread Koji Sekiguchi
(11/02/01 23:58), Churchill Nanje Mambe wrote: am sorry I downloaded the solr released version as I dont know how to build solr myself but I wrote my crawler with lucene 3.x now I need solr to search this index so I tried used the solr 1.4 I downloaded from the site as the most recent versi

Re: SOLR 1.4 and Lucene 3.0.3 index problem

2011-02-01 Thread Churchill Nanje Mambe
am sorry I downloaded the solr released version as I dont know how to build solr myself but I wrote my crawler with lucene 3.x now I need solr to search this index so I tried used the solr 1.4 I downloaded from the site as the most recent version now I cant seem to read the index. I considered

Re: SOLR 1.4 and Lucene 3.0.3 index problem

2011-02-01 Thread Upayavira
What problem are you trying to solve by using a Lucene 3.x index within a Solr 1.4 system? Upayavira On Tue, 01 Feb 2011 14:59 +0100, "Churchill Nanje Mambe" wrote: > is there any way I can change the lucene version wrapped in side solr 1.4 > from lucene 2.x to lucene 3.x. > any tutorials as I

Re: SOLR 1.4 and Lucene 3.0.3 index problem

2011-02-01 Thread Churchill Nanje Mambe
is there any way I can change the lucene version wrapped in side solr 1.4 from lucene 2.x to lucene 3.x. any tutorials as I am guessing thats where the index data doesnt match. something I also found out is that solr 1.4 expects the index to be luce_index_folder/index while lucene 3.x index is ju

Re: SOLR 1.4 and Lucene 3.0.3 index problem

2011-02-01 Thread Estrada Groups
I have the exact opposite problem where Luke won't even load the index but Solr starts fine. I believe there are major differences between the two indexes that are causing all these issues. Adam On Feb 1, 2011, at 6:28 AM, Churchill Nanje Mambe wrote: > hi guys > I have developed a java cr

SOLR 1.4 and Lucene 3.0.3 index problem

2011-02-01 Thread Churchill Nanje Mambe
hi guys I have developed a java crawler and integrated the lucene 3.0.3 API into it so it creates a Lucene. now I wish to search this lucene index using solr, I tried to configure the solrconfig.xml and schema.xml, everything seems to be fine but then solr told me the index is corrupt but I use l