Re: query parser and other query filters

2011-05-28 Thread Erick Erickson
I don't quite understand what the problem is. If you're using the same (or nearly the same) analysis chain for both query and index, you should be getting the same treatment of punctuation. Try looking at the analysis page from Solr admin and you'll see what I'm talking about here. Many of the tok

query parser and other query filters

2011-05-23 Thread Dmitry Kan
Hi all, Can someone tell wether the query parser must always be the first step in the processing chain, before any other filter / tokenizer hits the query? Problem is that the user query can contain punctuation and we would like to clean it similarly to what we do on the index side. Is there any