Magento SOLR doesn't return results
问题 I am trying to integrate SOLR with Magento on my development machine. We are upgrading Magento and I want to test if SOLR is working as well. I am able to feed SOLR, the stats say that it has documents. In SOLR admin, when I put in : as query string, I do get the list of documents. But when I search for "maria mosters" for example, no results are returned. I have tried SOLR 1.4.1 (which we run in production) and 3.4.0. My schema.xml: http://pastebin.com/3a2J99re 回答1: Thank you for your