I set the defaultOperator at "AND" in shema.xml : <solrQueryParser defaultOperator="AND"/>
I use the defType=eDismax in my query. It works very well, but when I want to use "AND" or "OR" operators, it doesn't use "AND" as the default operator for the blanks I left without operators. Examples: field1:a field2:b does the same thing than field1:a AND field2:b : OK field1:a OR field2:b : OK, I have all the results that I want but field1:a (field2:b OR field2:c) does the same thing than field1:a OR (field2:b OR field2:c) : that's not OK How can I force him to use "AND" as the default operator even in that case ? -- View this message in context: http://lucene.472066.n3.nabble.com/SolR-eDismax-does-not-always-use-the-defaultOperator-AND-tp3261500p3261500.html Sent from the Solr - User mailing list archive at Nabble.com.