Re: fa package

2009-10-07 Thread mastcheshmi
mastcheshmi wrote: > > > Simon Willnauer wrote: >> >> see contrib/analyzers/ >> >> http://lucene.apache.org/java/2_9_0/api/contrib-analyzers/org/apache/lucene/analysis/fa/PersianAnalyzer.html >> >> simon >> >> On Wed, Oct 7, 2009 at 10:17 AM, mastcheshmi >> wrote: >>> >>> I download lucen

Re: fa package

2009-10-07 Thread Simon Willnauer
download this: http://apache.autinity.de/lucene/java/lucene-2.9.0.zip extract it into /some/path/lucene29 go to cd /some/path/lucene29/contrib/analyzer/common copy jar file cp lucene-analyzers-2.9.0.jar /your/project/path find the class :) If that does not help I clueless @robert: nice try :D

Re: fa package

2009-10-07 Thread mastcheshmi
mastcheshmi wrote: > > > Simon Willnauer wrote: >> >> see contrib/analyzers/ >> >> http://lucene.apache.org/java/2_9_0/api/contrib-analyzers/org/apache/lucene/analysis/fa/PersianAnalyzer.html >> >> simon >> >> On Wed, Oct 7, 2009 at 10:17 AM, mastcheshmi >> wrote: >>> >>> I download lucen

Re: fa package

2009-10-07 Thread Robert Muir
the fa package is in lucene-2.9.0.zip, in contrib\analyzers\common\lucene-analyzers-2.9.0.jar On Wed, Oct 7, 2009 at 6:39 AM, mastcheshmi wrote: > > where can I download fa package? > :confused: > -- > View this message in context: > http://www.nabble.com/fa-package-tp25782364p25783879.html > Se

Re: fa package

2009-10-07 Thread mastcheshmi
where can I download fa package? :confused: -- View this message in context: http://www.nabble.com/fa-package-tp25782364p25783879.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-m

Re: fa package

2009-10-07 Thread Simon Willnauer
if you download the lucene distribution there should be a folder contrib. This folder contains a lot of contrib directories. Go to contrib/analyzers/common and add the file lucene-analyzers-2.9.0.jar to your buildpath. This jar should contain the persian analyzer. Again this is not part of the luc

Re: fa package

2009-10-07 Thread mastcheshmi
Simon Willnauer wrote: > > see contrib/analyzers/ > > http://lucene.apache.org/java/2_9_0/api/contrib-analyzers/org/apache/lucene/analysis/fa/PersianAnalyzer.html > > simon > > On Wed, Oct 7, 2009 at 10:17 AM, mastcheshmi > wrote: >> >> I download lucene 2.9. >> I didnt find fa package. >>

Re: fa package

2009-10-07 Thread Simon Willnauer
see contrib/analyzers/ http://lucene.apache.org/java/2_9_0/api/contrib-analyzers/org/apache/lucene/analysis/fa/PersianAnalyzer.html simon On Wed, Oct 7, 2009 at 10:17 AM, mastcheshmi wrote: > > I download lucene 2.9. > I didnt find fa package. > I want use persianAnalyzer. > what do id do? > --