Hi fellow Solr users,

I use Solr in an application for full text search in textual data and I spent a lot of time debugging a strange behaviour of Solr. When I search for (ABC) then I want results with (ABC) in brackets only. But I get results for ABC also, without brackets.

I tried several ways how to formulate the query:

q=rawText:\(ABC)\
q=rawText:"(ABC)"
q=rawText:"\(ABC\)"

But all of them find results for ABC also.

Can you give me a hint why my Solr instance seems to ignore brackets?

Thank you very much Jan

Reply via email to