Hi all,
I like to know what is the difference between queries---> fieldname: value vs "fieldname": "value"
1) In the query menu of solr UI. if I give below query it fetches me all documents even it doesnot match the value in fieldname
fieldname: value
2) "fieldname": "value"
It fetches correct result.
I was wondered what is the difference between 1 vs 2 query?
Please help me to understand the difference of both queries.
Thanks & Regards,
J.Ganesh Kumar