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
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