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
In solr you should use the dismax (or edismax) parser plugin. Here you can set the minimum should match to 100%. you can find more information here