Re: NorwegianLightStemFilterFactory and protected words

2013-03-01 Thread Remi Mikalsen
> Fra: "Ahmet Arslan" > Til: > Emne: NorwegianLightStemFilterFactory and protected words > Dato: fre., mars 1, 2013 15:50 > > > > > Hi Remi, > > You need to use *Factory class. > > protected="protectedkeyword.txt" ignoreCase="false"

Re: NorwegianLightStemFilterFactory and protected words

2013-03-01 Thread Remi Mikalsen
Of course! My excuse is called Friday afternoon :) Will test when I'm in front of a computer :) Thanks! Remi Sendt fra min HTC - Reply message - Fra: "Ahmet Arslan" Til: Emne: NorwegianLightStemFilterFactory and protected words Dato: fre., mars 1, 2013 15:50 Hi

Re: NorwegianLightStemFilterFactory and protected words

2013-03-01 Thread Ahmet Arslan
Hi Remi, You need to use *Factory class. Ahmet --- On Fri, 3/1/13, Remi Mikalsen wrote: > From: Remi Mikalsen > Subject: Re: NorwegianLightStemFilterFactory and protected words > To: solr-user@lucene.apache.org > Date: Friday, March 1, 2013, 4:38 PM > Thanks for such a

Re: NorwegianLightStemFilterFactory and protected words

2013-03-01 Thread Remi Mikalsen
emi Mikalsen > > Sent: Fri 01-Mar-2013 14:46 > > To: solr-user@lucene.apache.org > > Subject: NorwegianLightStemFilterFactory and protected words > > > > While the NorwegianLightStemFilterFactory generally works very > > well, I have come across a few words I'd very

RE: NorwegianLightStemFilterFactory and protected words

2013-03-01 Thread Markus Jelsma
Cheers, Markus -Original message- > From:Remi Mikalsen > Sent: Fri 01-Mar-2013 14:46 > To: solr-user@lucene.apache.org > Subject: NorwegianLightStemFilterFactory and protected words > > While the NorwegianLightStemFilterFactory generally works very well, I have > co

NorwegianLightStemFilterFactory and protected words

2013-03-01 Thread Remi Mikalsen
While the NorwegianLightStemFilterFactory generally works very well, I have come across a few words I'd very much like not to stem. The following words: - lærere (teachers) - lærer (teacher) - lære (teach) all match : - lær (leather) I tried adding protected="protwords.txt" to my NorwegianL