i am using solr indexes for showing my search results. to show serch results i am parsing json data received from solr. i am able to highlight a query string in ...
I already use UpdateJSON to add documents to the index and updating/deleting them. It definitely beats writing the XML body in the request URL.
Is there any way to compose queries and ...