Hello Ravi, I am new to Solr and I am facing an issue for which I want to confirm if I need to fix anything. May be you have answer to this -
I have to use data import so that I can index some info from MS SQL database in Solr. I am done with it. I can query/see records in solr also. But the column like location where there were "\" in there (e.g., "\solr\solr-6.5\bin"), it is showing - "\\solr\\solr-6.5\\bin"), My SQL is returning only one escape when I run the query in SQL but when I search in solr locally (http://localhost:8983/solr/), it showing double escape. Is it a problem? Will it be returned as double escape if another application (java program) tried to search from this solr index? How can I remove these extra escape. Thanks, Roopesh On Fri, May 12, 2017 at 10:49 AM, ravi432 <a.raveendra...@gmail.com> wrote: > > > > > -- > View this message in context: http://lucene.472066.n3. > nabble.com/is-there-a-way-to-escape-in-in-solr-tp4334838.html > Sent from the Solr - User mailing list archive at Nabble.com. >