Re: KStem download

2009-12-08 Thread darniz
Hi Guys I still have this problem I got the fresh release of apache solr 1.4 i added decleration of Kstemmer in my schema.xml and put the two jars files under \example\lib folder. I some how think its not able to find the solr home, looking at the error. If i make a nightly distribution build

Re: KStem download

2009-09-14 Thread Jay Hill
The two jar files are all you should need, and the configuration is correct. However I noticed that you are on Solr 1.3. I haven't tested the Lucid KStemmer on a non-Lucid-certified distribution of 1.3. I have tested it on recent versions of 1.4 and it works fine (just tested with the most recent n

Re: KStem download

2009-09-14 Thread darniz
i was able to declare a field type when the i use the lucid distribution of solr But if i copy the two jars and put it in lib directory of apache solr distribution it still gives me the following error. SEVERE: java.lang.NoClassDefFoundError: org/apache/solr/u

Re: KStem download

2009-09-14 Thread darniz
i was able to declare a field type when the i use the lucid distribution of solr But if i copy the two jars and put it in lib directory of apache solr distribution it still gives me the following error. SEVERE: java.lang.NoClassDefFoundError: org/apache/solr/util/pl

Re: KStem download

2009-09-14 Thread darniz
Ok i downlaod the lucid imaginationversion of Solr. >From the lib directory i copied the two jars lucid-kstem.jar and lucid-solr-kstem.jar and put in my local solr instance at C:\solr\apache-solr-1.3.0\lib When i declare a field type like this its throwing class

Re: KStem download

2009-09-14 Thread darniz
Ok i downlaod the lucid imaginationversion of Solr. >From the lib directory i copied the two jars lucid-kstem.jar and lucid-solr-kstem.jar and put in my local solr instance at C:\solr\apache-solr-1.3.0\lib When i declare a field type like this its throwin

Re: KStem download

2009-09-14 Thread Joe Calderon
is the source for the lucid kstemmer available ? from the lucid solr package i only found the compiled jars On Mon, Sep 14, 2009 at 11:04 AM, Yonik Seeley wrote: > On Mon, Sep 14, 2009 at 1:56 PM, darniz wrote: >> Pascal Dimassimo wrote: >>> >>> Hi, >>> >>> I want to try KStem. I'm following the

Re: KStem download

2009-09-14 Thread Yonik Seeley
On Mon, Sep 14, 2009 at 1:56 PM, darniz wrote: > Pascal Dimassimo wrote: >> >> Hi, >> >> I want to try KStem. I'm following the instructions on this page: >> http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters/Kstem >> >> ... but the download link doesn't work. >> >> Is anyone know the new

Re: KStem download

2009-09-14 Thread darniz
Pascal Dimassimo wrote: > > Hi, > > I want to try KStem. I'm following the instructions on this page: > http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters/Kstem > > ... but the download link doesn't work. > > Is anyone know the new location to download KStem? > I am stuck with the