Re: indexing rss feeds in multiple languages

2007-03-22 Thread Antony Bowesman
Melanie Langlois wrote: Well, thanks, sounds like the best option to me. Does anybody use the PerFieldAnalyzerWrapper? I'm just curious to know if there is any impact on the performances when using different analyzers. I've not done any specifc comparisons between using a single Analyzer and m

RE: indexing rss feeds in multiple languages

2007-03-21 Thread Melanie Langlois
rsday, March 22, 2007 3:56 PM To: java-user@lucene.apache.org Subject: Re: indexing rss feeds in multiple languages If language is known also at search time, PerFieldAnalyzerWrapper seems a nice third option: single document per feed, with a separate field for each language, additional field(s) fo

Re: indexing rss feeds in multiple languages

2007-03-21 Thread Doron Cohen
If language is known also at search time, PerFieldAnalyzerWrapper seems a nice third option: single document per feed, with a separate field for each language, additional field(s) for the common data; using PerFieldAnalyzerWrapper at both indexing and search; using FieldSelector at search to retr

Re: indexing rss feeds in multiple languages

2007-03-21 Thread aslam bari
ng rss feeds in multiple languages Hi, Have a look to my resume attached with the mail. if it suits you, let me know. Thanks... - Original Message From: Melanie Langlois <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Thursday, 22 March, 2007 11:33:03 AM Subject: indexing

Re: indexing rss feeds in multiple languages

2007-03-21 Thread aslam bari
Hi, Have a look to my resume attached with the mail. if it suits you, let me know. Thanks... - Original Message From: Melanie Langlois <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Thursday, 22 March, 2007 11:33:03 AM Subject: indexing rss feeds in multiple language

indexing rss feeds in multiple languages

2007-03-21 Thread Melanie Langlois
Hi, I saw that there are many post on the mailing list about indexing in multiple language, so I will try to not post duplicate question. In my case, I want to index rss feeds, so one feed contains several items in different languages, and some common data for all the items (date, source..).