Did you upload the code to Jira?

On 5/13/11 12:28 AM, "Bernd Fehling" <bernd.fehl...@uni-bielefeld.de>
wrote:

>I backported a Lucid KStemmer version from solr 4.0 which I found
>somewhere.
>Just changed from
>import org.apache.lucene.analysis.util.CharArraySet;  // solr4.0
>to
>import org.apache.lucene.analysis.CharArraySet;  // solr3.1
>
>Bernd
>
>
>Am 12.05.2011 16:32, schrieb Mark:
>> java.lang.AbstractMethodError:
>>org.apache.lucene.analysis.TokenStream.incrementToken()Z
>>
>> Would you mind explaining your modifications? Thanks
>>
>> On 5/11/11 11:14 PM, Bernd Fehling wrote:
>>>
>>> Am 12.05.2011 02:05, schrieb Mark:
>>>> It appears that the older version of the Lucid Works KStemmer is
>>>>incompatible with Solr 3.1. Has anyone been able to get this to work?
>>>>If not,
>>>> what are you using as an alternative?
>>>>
>>>> Thanks
>>>
>>> Lucid KStemmer works nice with Solr3.1 after some minor mods to
>>> KStemFilter.java and KStemFilterFactory.java.
>>> What problems do you have?
>>>
>>> Bernd


Reply via email to