Re: Index multiple languages with multiple analyzers with the same field

2007-10-02 Thread Ryan McKinley
But I can't see how to fit into this UNLESS you are going to create an analyzer to handle a language parameter and based on it would be able to apply a set of filters (and sometimes you want a different - but compatible - set of filters in indexing/query time). I don't think this is what you a

Re: Index multiple languages with multiple analyzers with the same field

2007-10-02 Thread Daniel Alheiros
ke the default search field out of > > Hmm. > > Lance > > -Original Message- > From: Thom Nelson [mailto:[EMAIL PROTECTED] > Sent: Friday, September 28, 2007 12:07 PM > To: solr-user@lucene.apache.org; [EMAIL PROTECTED] > Subject: Re: Index multiple langua

RE: Index multiple languages with multiple analyzers with the same field

2007-09-28 Thread Lance Norskog
on [mailto:[EMAIL PROTECTED] Sent: Friday, September 28, 2007 12:07 PM To: solr-user@lucene.apache.org; [EMAIL PROTECTED] Subject: Re: Index multiple languages with multiple analyzers with the same field I had the same problem, but never found a good solution. The best solution is to have a more d

Re: Index multiple languages with multiple analyzers with the same field

2007-09-28 Thread Thom Nelson
I had the same problem, but never found a good solution. The best solution is to have a more dynamic way of determining which analyzer to return, such as having some kind of conditional expression evalution in the fieldType/analyzer element, where either the document or the query request could

Re: Index multiple languages with multiple analyzers with the same field

2007-09-28 Thread Mike Klaas
On 28-Sep-07, at 11:13 AM, Wu, Daniel wrote: Hi, I know this probably has been asked before, but I was not able to find it in the mailing list. So forgive me if I repeated the same question. This thread hashes out the issues in quite a lot of detail:

Index multiple languages with multiple analyzers with the same field

2007-09-28 Thread Wu, Daniel
Hi, I know this probably has been asked before, but I was not able to find it in the mailing list. So forgive me if I repeated the same question. We are trying to build a search application to support multiple languages. Users can potentially query with any language. First thought come to us