Re: Best practice for searching html

2006-03-09 Thread Raul Raja Martinez
Hi, Unfortunately I can't change the way things are indexed, so I guess I need some short of utility class that will turn Martínez into Martínez and then just search for that term. I have also this problem using the StandardAnalyzer: If I search for "cádiz" in luke the query gets parsed as

Re: Best practice for searching html

2006-03-09 Thread Yonik Seeley
On 3/9/06, Raul Raja Martinez <[EMAIL PROTECTED]> wrote: > Hi I have a lot of html indexed such as: > > Martínez > > Of course my users are gonna search for Martínez and they're not gonna > get a match. > > Is there a common approach to solve this kind of problem in lucene, > Maybe some utility cla

Re: Best practice for searching html

2006-03-09 Thread Jens Kraemer
Hi! On Thu, Mar 09, 2006 at 04:31:23AM -0800, Raul Raja Martinez wrote: > Hi I have a lot of html indexed such as: > > Martínez > > Of course my users are gonna search for Martínez and they're not gonna > get a match. > > Is there a common approach to solve this kind of problem in lucene, > M

Best practice for searching html

2006-03-09 Thread Raul Raja Martinez
Hi I have a lot of html indexed such as: Martínez Of course my users are gonna search for Martínez and they're not gonna get a match. Is there a common approach to solve this kind of problem in lucene, Maybe some utility class or something? Any help is appreciated. Best regards. Raul.