How to search special characters in LUcene

2009-04-20 Thread Uday Kumar Maddigatla
HI, I'm new to the lucene. I downloaded lucene 2.4.1. I have one xml file which contains few special characters like 'å', 'ø,' °' etc.(these are Danish language elements). How can I search these things. Uday Kumar Reddy Maddigatla Software Engineer(Progrator|gatetrade) MACH

Re: How to search special characters in LUcene

2009-04-21 Thread uday kumar maddigatla
e problem you'll have is if you're > indexing > this document along with a bunch of documents from other languages. > You could search the mail archive for extensive discussions of indexing/ > searching documents from several languages. > > Best > Erick > > O

Re: How to search special characters in LUcene

2009-04-22 Thread uday kumar maddigatla
t more about your goals here. Is this an > index entirely of Dutch documents? Or is it a mixed-language > index? > > Think about getting a copy of Luke and > 1> examining your index to see what's *really* there > 2> examining the effects of using different parsers on >

Re: How to search special characters in LUcene

2009-04-22 Thread uday kumar maddigatla
t more about your goals here. Is this an > index entirely of Dutch documents? Or is it a mixed-language > index? > > Think about getting a copy of Luke and > 1> examining your index to see what's *really* there > 2> examining the effects of using different parsers on >

Re: How to search special characters in LUcene

2009-04-24 Thread uday kumar maddigatla
ve, but those clever folks > at Lucid Imagination have something new, see: > > http://www.lucidimagination.com/search/p:lucene?q=multiple+languages > > Once you've had a chance to look that over I think you'll be off and > running. > > Best > Erick > > O

Re: How to search special characters in LUcene

2009-04-27 Thread uday kumar maddigatla
} > and you'll see that all the accents disappear, which will play much > more nicely with queries that don't have accents. > > Best > Erick > > On Fri, Apr 24, 2009 at 3:53 AM, uday kumar maddigatla > wrote: > >> >> Hi Thanks for your reply. &g