Hi, If you want to disable operators altogether please use dismax instead of edismax. In dismax, only + and - unary operators are supported, if i am not wrong. I don't remember the situation of quotations for the phrase query.
Ahmet On Tuesday, July 19, 2016 8:29 PM, CA <c...@it-agenten.com> wrote: Just for the records: After realizing that with „defType=dismax“ I really do get the expected output I’ve found out what I need to change in my edismax configuration: <str name="lowercaseOperators">false</str> Then this will work: > q=Braun Series 9 9095CC Men's Electric Shaver Wet/Dry with Clean and Renew > Charger > // edismax with qf/pf : „name“ and „brand“ field > Not returned anymore: > name: "Braun Series Clean&Renew CCR2 Cleansing Dock Cartridges Lemonfresh > Formula Cartrige (Compatible with Series 7,5,3) 2 pc“ > brand: Braun > Best hit: > name: "Braun 9095cc Series 9 Electric Shaver“ > brand: Braun Actually, as I’d like to disable operators in the query altogether (if possible), I’m wondering whether I should not be using the old dismax in the first place. Cheers, Chantal