I am confused about the qf and tie parameters in eDisMax
According to the document:
The qf is used to specify which field to search, while tie is use to specify all other field(except the highest score field)'s affect to the total score.
My confusion is since we already specify which field(suppose we only specify only one field) to search, why we still be able to get other fields to affect the total results(I guess this must be my misunderstanding to how edismax works, but this is also my confuse.)?
Or does that mean each time, edismax will calculate all the score across all fields and apply them with tie to the final score(even we only specify one field)?