Re: Passing arguments to analyzers

2007-07-23 Thread Doğacan Güney
On 7/17/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 7/17/07, Doğacan Güney <[EMAIL PROTECTED]> wrote: > Hi, > > On 7/17/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: > > On 7/17/07, Doğacan Güney <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > > > > Is there a way to pass arguments to analyzers p

Re: Passing arguments to analyzers

2007-07-17 Thread Yonik Seeley
On 7/17/07, Doğacan Güney <[EMAIL PROTECTED]> wrote: Hi, On 7/17/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: > On 7/17/07, Doğacan Güney <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > Is there a way to pass arguments to analyzers per document? Let's say > > that I have a field "foo" which is tok

Re: Passing arguments to analyzers

2007-07-17 Thread Doğacan Güney
Hi, On 7/17/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 7/17/07, Doğacan Güney <[EMAIL PROTECTED]> wrote: > Hi all, > > Is there a way to pass arguments to analyzers per document? Let's say > that I have a field "foo" which is tokenized by WhitespaceTokenizer > and then filtered by MyCustomSt

Re: Passing arguments to analyzers

2007-07-17 Thread Yonik Seeley
On 7/17/07, Doğacan Güney <[EMAIL PROTECTED]> wrote: Hi all, Is there a way to pass arguments to analyzers per document? Let's say that I have a field "foo" which is tokenized by WhitespaceTokenizer and then filtered by MyCustomStemmingFilter. MyCustomStemmingFilter can stem more than one langua

Passing arguments to analyzers

2007-07-17 Thread Doğacan Güney
Hi all, Is there a way to pass arguments to analyzers per document? Let's say that I have a field "foo" which is tokenized by WhitespaceTokenizer and then filtered by MyCustomStemmingFilter. MyCustomStemmingFilter can stem more than one language but (obviously) it needs to know the language of th