Hello , I am using Solr 5.2.
I have a field defined as "string" field type. It have some values in it like DOC-1 => abc ".. I am " not ? test DOC-2 => abc ".. This is the single string , I want to query all documents which exactly match this string i.e. it should return me only DOC-1 when I query for 'abc ".. I am " not ? test' and it should return me only DOC-2 if I query for 'abc"...'. Please let me know how I can achieve this , which defType I should use. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-achieve-exact-string-match-query-which-includes-spaces-and-quotes-tp4250402.html Sent from the Solr - User mailing list archive at Nabble.com.