Re: KStemmer for Solr 3.x +

2011-04-20 Thread Ofer Fort
enterprise-search-server/book > -- > View this message in context: > http://lucene.472066.n3.nabble.com/KStemmer-for-Solr-3-x-tp2796594p2798213.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: KStemmer for Solr 3.x +

2011-04-08 Thread David Smiley (@MITRE.org)
I see no reason why it would not be compatible. - Author: https://www.packtpub.com/solr-1-4-enterprise-search-server/book -- View this message in context: http://lucene.472066.n3.nabble.com/KStemmer-for-Solr-3-x-tp2796594p2798213.html Sent from the Solr - User mailing list archive at

Re: KStemmer for Solr 3.x +

2011-04-08 Thread Mark
And by alternatives I meant if it was not 3.1 compatible what are other stemmers that behave/perform closely. thanks On 4/8/11 1:59 PM, Mark wrote: I only want an alternative if it is not compatible with 3.1. On 4/8/11 1:26 PM, Smiley, David W. wrote: LucidKStemmer (& LucidGaze) are LGPL lic

Re: KStemmer for Solr 3.x +

2011-04-08 Thread Mark
I only want an alternative if it is not compatible with 3.1. On 4/8/11 1:26 PM, Smiley, David W. wrote: LucidKStemmer (& LucidGaze) are LGPL licensed -- I just verified this with the NOTICE.txt in the download. I wish Lucid's site was more clear on this -- I checked their first but found no i

Re: KStemmer for Solr 3.x +

2011-04-08 Thread Smiley, David W.
LucidKStemmer (& LucidGaze) are LGPL licensed -- I just verified this with the NOTICE.txt in the download. I wish Lucid's site was more clear on this -- I checked their first but found no information on the license terms. I don't know why you want an alternative. If you insist I suppose you cou

KStemmer for Solr 3.x +

2011-04-08 Thread Mark
Is there any compatible KStemmer (com.lucidimagination.solrworks.analysis.LucidKStemFilterFactory) or equivalent that works well with 3.1? If not, what would be a decent alternative? Thanks

Re: KStemmer for Solr

2010-10-11 Thread Ahmet Arslan
> Because I'm using solr from trunk and not from lucid > imagination > I was missing KStemmer. So I decided to add this stemmer to > my installation. > > After some modifications KStemmer is now working fine as > stand-alone. > Now I have a KStemmerFilter. > Next will be to write the KStemmerFilt

KStemmer for Solr

2010-10-11 Thread Bernd Fehling
Because I'm using solr from trunk and not from lucid imagination I was missing KStemmer. So I decided to add this stemmer to my installation. After some modifications KStemmer is now working fine as stand-alone. Now I have a KStemmerFilter. Next will be to write the KStemmerFilterFactory. I woul