Re: source tree for lucene

2010-02-10 Thread Chris Hostetter

: i want to recompile lucene with
: http://issues.apache.org/jira/browse/LUCENE-2230, but im not sure
: which source tree to use, i tried using the implied trunk revision
: from the admin/system page but solr fails to build with the generated
: jars, even if i exclude the patches from 2230...

Hmmm... I think the problem you are running into is that the Lucene 
Implementation Version information that Solr displays only tells you the 
svn revision number -- but not the branch.

If you note the Solr 1.4 CHANGES.txt it says...

Versions of Major Components

Apache Lucene 2.9.1 (r832363 on 2.9 branch)
Apache Tika 0.4
Carrot2 3.1.0 

...so the key is to check out the 2.9 branch.

(none of which garuntees that any patches you try will actually compile)




-Hoss



Re: source tree for lucene

2010-02-08 Thread Lance Norskog
The Solr trunk/lib directory contains lucene libs as of January 18.
(They were checked in on that date.)

On Thu, Feb 4, 2010 at 4:28 PM, Joe Calderon calderon@gmail.com wrote:
 i want to recompile lucene with
 http://issues.apache.org/jira/browse/LUCENE-2230, but im not sure
 which source tree to use, i tried using the implied trunk revision
 from the admin/system page but solr fails to build with the generated
 jars, even if i exclude the patches from 2230...

 im wondering if there is another lucene tree i should grab to use to build 
 solr?


 --joe




-- 
Lance Norskog
goks...@gmail.com


source tree for lucene

2010-02-04 Thread Joe Calderon
i want to recompile lucene with
http://issues.apache.org/jira/browse/LUCENE-2230, but im not sure
which source tree to use, i tried using the implied trunk revision
from the admin/system page but solr fails to build with the generated
jars, even if i exclude the patches from 2230...

im wondering if there is another lucene tree i should grab to use to build solr?


--joe