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:
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:
sult = new LowerCaseFilter(result);
>>>> result = new StopFilter(result, stopSet);
>>>> result = new ISOLatin1AccentFilter(result);
>>>> return result;
>>>> }
>>>>
>>>>
>>>&
--
-
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
>> 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
;>> --
>>> karl
>>> ---------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>
>>>
>&g
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}.
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]
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
.
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
10 matches
Mail list logo