문제

I want to use these two classes from lucene -

 import org.apache.lucene.analysis.snowball.*;
 import org.apache.lucene.analysis.PorterStemmer;

But I am not finding these two classes in the lucene 3.5 that I downloaded. Can you tell me from where can I download the jar file having these two classes.

PS - I tried searching for lucene 3.0.1 jar but could not find it.

Thank You.

도움이 되었습니까?

해결책

Strange, Porter Stemmer should be in the main JAR. However, the snowball analyzers are in the Lucene analyzers jar.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top