Hi, I install Apache solr and integrate it on a drupal website. Everythings works perfectly. The default search operator is OR, so I changed it in my schema.xml as :
<solrQueryParser defaultOperator="AND"/> But, it seems no working. For example, when I search : "bakery california", solr return all the results contains "bakery" OR "california". Is there any solution for fix it? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/solrQueryParser-defaultOperator-tp3534984p3534984.html Sent from the Solr - User mailing list archive at Nabble.com.