Hello -
I have qf boosting setup and that works well and balanced across different
fields.
However, I have a requirement that if a particular manufacturer is part of the
returned matched documents (say top 20 results) , all those matched docs from
that manufacturer should be bumped to the top of the result list.
From a scoring perspective - when I look at those manufacturer docs vs the
ones scored higher - there is a big difference there, because the keywords
searched are much more relevant on other docs.
I'm a bit concerned with the idea of applying an enormous bq boost for that
particular manufacturer to bump up those doc's - but I suspect it would work.
On the flip side, I considered using elevate, but there are thousands of
documents I would have to account and hardcode those doc id's.
Is using bq the best approach or is there a better solution to this?
Thanks,Mike