I\'m using Solr with Magento Enterprise. I\'m trying to change the default search operator from OR to AND to make searches more specific by default.
OR
AND
I ended up using q.op which changed the operator to AND instead of OR. For example:
?q=text:small cars&q.op=AND