Hello,

I've a strange behaviour on using edismax with multiwords. When using
passing q=+(word1 word2) I got

"rawquerystring": "+(word1 word2)", "querystring": "+(word1 word2)", "
parsedquery": "(+(+(DisjunctionMaxQuery((title:word1))
DisjunctionMaxQuery((title:word2)))))/no_coord",
"parsedquery_toString": "+(+((title:word1)
(title:word2)))",

I expected to get two words as must as I added "+" before the parentheses
so It must be applied for all terms in parentheses.

How can I apply default operator AND for all words.

Thanks,
Mahmoud

Reply via email to