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.apache.org/repos/asf/lucene/dev/trunk
or
$ svn co http://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x
3. build
$ cd ~/solr/modules
$ ant compile
$ cd ~/solr/lucene
$ ant dist
$ cd ~/solr/modules
$ ant dist
Dominique
Le 02/02/11 12:47, Churchill Nanje Mambe a écrit :
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://mambenanje.blogspot.com
skypeID: mambenanje
www.twitter.com/mambenanje
On Wed, Feb 2, 2011 at 8:03 AM, Grijesh<pintu.grij...@gmail.com> wrote:
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://lucene.472066.n3.nabble.com/SOLR-1-4-and-Lucene-3-0-3-index-problem-tp2396605p2403542.html
Sent from the Solr - User mailing list archive at Nabble.com.