Re: Injecting additional tokens

2008-09-02 Thread Chris Hostetter
: Is my subscription working... I got no reply on my previous question. : Sorry the disturbance. 1) if you see your message show up in one of the archives, that' a pretty good indication that your post made it to the list... http://www.nabble.com/forum/Search.jtp?query=Raymond+Balm%C3%A8s&local=

Re: Injecting additional tokens

2008-09-02 Thread Karsten F.
could I manage that? Is there any predefined Tokenizer/Filter for > this? > Or am I wrong and there is a better way to get this done? > > Thanks. > > -- > Markus > > -- View this message in context: http://www.nabble.com/

Re: Injecting additional tokens

2008-09-01 Thread Raymond Balmès
Is my subscription working... I got no reply on my previous question. Sorry the disturbance. On Mon, Sep 1, 2008 at 10:29 PM, Markus Lux <[EMAIL PROTECTED]> wrote: > Hi, > > Assume I have a String "z-4". That would be properly indexed by my > Analyzer, > so I'd find the belonging document if I se

Injecting additional tokens

2008-09-01 Thread Markus Lux
Hi, Assume I have a String "z-4". That would be properly indexed by my Analyzer, so I'd find the belonging document if I search for "z-4". Now I also want to find that document if I search for "z4". Now my approach would be to inject an additional token "z4" at indexing time. There may also be sev