You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by David Hastings <ha...@gmail.com> on 2018/08/22 17:09:11 UTC

edismax and booleans

having an issue where if i use edismax and search:

(creator:(Michael Carrier))

it goes to the default operator of AND so gets results where creator has
both those words in it.

however when a boolean is present:
*((pharmacy)) AND (creator:(Michael Carrier))*

*it seems to revert to OR and do a *
*creator:Michael OR creator:**Carrier*

*is this expected behavior?  *