I'd like to send a query to Local Solr. Currently I'm sending this:
As you can see, the query is keyword_text_mv : apple
I'd like to send apple AND orange.
How would I write this? Would the following be ok?
http://localhost:9001/solrfacetsearch/master_Shop/select/?q=keyword_text_mv%3Aapple AND orange&version=2.2&start=0&rows=10&indent=on&qt=geo&lat=52.398&long=4.93653&radius=2000&debugQuery=true
