Re: Dutch analyzer in combo with custom stopword list

2006-06-22 Thread Nick Snels
Hi Yonik, thanks for the advice. The factory works like a charm!! Kind regards, Nick On 6/22/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 6/22/06, Nick Snels <[EMAIL PROTECTED]> wrote: > But why doesn't the following work > > > > > > > >

Re: Dutch analyzer in combo with custom stopword list

2006-06-22 Thread Yonik Seeley
On 6/22/06, Nick Snels <[EMAIL PROTECTED]> wrote: But why doesn't the following work An analyzer *is* a tokenizer followed by multiple token filters, so you can't really put an analyzer in another analyzer. Probably the righ