Re: Re: Re: Searching Diacritics

2007-08-28 Thread tom
Tom Roberts is out of the office until 3rd September 2007 and will get back to you on his return. http://www.luxonline.org.uk http://www.lux.org.uk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Re: Searching Diacritics

2007-08-28 Thread tom
Tom Roberts is out of the office until 3rd September 2007 and will get back to you on his return. http://www.luxonline.org.uk http://www.lux.org.uk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Searching Diacritics

2007-08-28 Thread anorman
sult = new LowerCaseFilter(result); >>>> result = new StopFilter(result, stopSet); >>>> result = new ISOLatin1AccentFilter(result); >>>> return result; >>>> } >>>> >>>> >>>&

Re: Searching Diacritics

2007-08-27 Thread Karl Wettin
-- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Searching- Diacritics-tf4335454.html#a12354962 Sent from the Lucene - Java Users mailing l

Re: Searching Diacritics

2007-08-27 Thread anorman
>> 27 aug 2007 kl. 16.03 skrev anorman: >>>> >>>> >>>>> I have a searchable index of documents which contain french and >>>>> spanish >>>>> diacritics (è, é, À) etc. I would like to make the content >>>>> searchable so >>>>> that when a user searches for a word such as "Amèriq

Re: Searching Diacritics

2007-08-27 Thread anorman
;>> -- >>> karl >>> --------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >>> >>> >&g

Re: Searching Diacritics

2007-08-27 Thread thomas arni
You can extend the DefaultAnalyzer. The only thing you have to do, is to rewrite the method tokenStream like this: /** Constructs a [EMAIL PROTECTED] StandardTokenizer} filtered by a [EMAIL PROTECTED] StandardFilter}, a [EMAIL PROTECTED] LowerCaseFilter} and a [EMAIL PROTECTED] StopFilter}.

Re: Searching Diacritics

2007-08-27 Thread anorman
itional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Searching-Diacritics-tf4335454.html#a12347709 Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Searching Diacritics

2007-08-27 Thread Karl Wettin
27 aug 2007 kl. 16.03 skrev anorman: I have a searchable index of documents which contain french and spanish diacritics (è, é, À) etc. I would like to make the content searchable so that when a user searches for a word such as "Amèrique" or "Amerique" (without diacritic) then it returns

Searching Diacritics

2007-08-27 Thread anorman
. Has anyone set up something similar? Thanks, Albert -- View this message in context: http://www.nabble.com/Searching-Diacritics-tf4335454.html#a12347529 Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To