You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by JCodina <jo...@barcelonamedia.org> on 2009/06/15 16:57:03 UTC

version of lucene

I have the solr-nightly build of last week, and in the lib foloder i can find
the lucene-core-2.9-dev.jar
I need to do some changes to the shingle filter in order to remove stopwords
from bigrams, but to do so I need to compile lucene, 
the problem is, lucene is in version 2.4 not 2.9
If I take, with subverison, version 2.4 then compiling solr I get the next
error:
.../apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java:21:
cannot find symbol
    [javac] symbol  : class Collector
    [javac] location: package org.apache.lucene.search
    [javac] import org.apache.lucene.search.Collector;


any hints on the right version of lucene/solr  to be able to use solr 1.4

Joan
-- 
View this message in context: http://www.nabble.com/version-of-lucene-tp24036137p24036137.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: version of lucene

Posted by JCodina <jo...@barcelonamedia.org>.
Ok thanks, yes I found it, the jump from version 2.4 to 2.9 was really
disturbing me
I've seen the notes on svn, and is clear now.

Joan


markrmiller wrote:
> 
> ....
> You want to build from svn trunk:
> http://svn.apache.org/viewvc/lucene/java/
> 
> You want revision r779312, because as you can see in CHANGES.txt, the 
> last time Solr updated Lucene,
> it was to Lucene 2.9-dev r779312.
> 
> -- 
> - Mark
> 
> http://www.lucidimagination.com
> 
> 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/version-of-lucene-tp24036137p24042177.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: version of lucene

Posted by Mark Miller <ma...@gmail.com>.
JCodina wrote:
> I have the solr-nightly build of last week, and in the lib foloder i can find
> the lucene-core-2.9-dev.jar
> I need to do some changes to the shingle filter in order to remove stopwords
> from bigrams, but to do so I need to compile lucene, 
> the problem is, lucene is in version 2.4 not 2.9
> If I take, with subverison, version 2.4 then compiling solr I get the next
> error:
> .../apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java:21:
> cannot find symbol
>     [javac] symbol  : class Collector
>     [javac] location: package org.apache.lucene.search
>     [javac] import org.apache.lucene.search.Collector;
>
>
> any hints on the right version of lucene/solr  to be able to use solr 1.4
>
> Joan
>   
You want to build from svn trunk: http://svn.apache.org/viewvc/lucene/java/

You want revision r779312, because as you can see in CHANGES.txt, the 
last time Solr updated Lucene,
it was to Lucene 2.9-dev r779312.

-- 
- Mark

http://www.lucidimagination.com