Re: accessing the query string from inside TokenFilter

2011-10-25 Thread Simon Willnauer
On Tue, Oct 25, 2011 at 3:51 PM, Bernd Fehling wrote: > Dear list, > while writing some TokenFilter for my analyzer chain I need access to > the query string from inside of my TokenFilter for some comparison, but the > Filters are working with a TokenStream and get seperate Tokens. > Currently I c

accessing the query string from inside TokenFilter

2011-10-25 Thread Bernd Fehling
Dear list, while writing some TokenFilter for my analyzer chain I need access to the query string from inside of my TokenFilter for some comparison, but the Filters are working with a TokenStream and get seperate Tokens. Currently I couldn't get any access to the query string. Any idea how to get