Re: Using wildcard with accented words

2007-10-23 Thread Guillaume Smet
On 10/23/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: > I've actually thought about it previously it would be nice for it > to all work automatically for the user. Seems like the implementation > should be based on the TokenFilter level, then things like synonym > filters, stemmers, etc, would

Re: Using wildcard with accented words

2007-10-22 Thread Yonik Seeley
On 10/22/07, Erik Hatcher <[EMAIL PROTECTED]> wrote: > Perhaps this is a case that Solr could address with a third analyzer > configuration (it already has "query", and "index" differentiation) > that could be incorporated for wildcard queries. Thoughts on that? I've actually thought about it pr

Re: Using wildcard with accented words

2007-10-22 Thread Erik Hatcher
On Oct 22, 2007, at 4:06 PM, Erik Hatcher wrote: On Oct 22, 2007, at 3:45 PM, kshadkhast wrote: I have problem searching accented words with wild card. although I have configured schema using class="solr.ISOLatin1AccentFilterFactory"/> both in index and query part. it is working for q=chrétie

Re: Using wildcard with accented words

2007-10-22 Thread Erik Hatcher
On Oct 22, 2007, at 3:45 PM, kshadkhast wrote: I have problem searching accented words with wild card. although I have configured schema using class="solr.ISOLatin1AccentFilterFactory"/> both in index and query part. it is working for q=chrétien and find documents with "chretien" but searching

Using wildcard with accented words

2007-10-22 Thread kshadkhast
something wrong? -- View this message in context: http://www.nabble.com/Using-wildcard-with-accented-words-tf4673239.html#a13351144 Sent from the Solr - User mailing list archive at Nabble.com.