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
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
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
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
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
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
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
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
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