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
<fieldtype name="lucidkstemmer" class="solr.TextField"> 
    <analyzer> 
        <tokenizer class="solr.WhitespaceTokenizerFactory"/> 
        <filter class="solr.LucidKStemFilterFactory" 
protected="protwords.txt" /> 
    </analyzer> 
</fieldtype> 

its throwing class not found exception.

Is there some other files which i am missing.

Please let me know thanks

Rashid






Yonik Seeley-2 wrote:
> 
> On Mon, Sep 14, 2009 at 1:56 PM, darniz <rnizamud...@edmunds.com> 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 location to download KStem?
>>>
>> I am stuck with the same issue
>> its link is not working for a long time
>>
>>
>> is there any alternate link
>> Please let us know
> 
> *shrug* - looks like they changed their download structure (or just
> took it down).  I searched around their site a bit but couldn't find
> another one (and google wasn't able to find it either).
> 
> The one from Lucid is functionally identical, free, and much, much
> faster though - I'd just use that.
> 
> -Yonik
> http://www.lucidimagination.com
> 
> 

-- 
View this message in context: 
http://www.nabble.com/KStem-download-tp24375856p25440690.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to