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