Dear list,

is it possible to add a custom QueryParser stage to solr
or add a custom query filter?

My aim is to filter out reserved characters from query terms,
like ":" within a query term.

query=text:(:foo AND bar)
query=text:(foo AND b:ar)

Regards
Bernd

Reply via email to