Azure search scoring profile on list

1.3k Views Asked by At

Having a list of string as a property of my index, using scoring profile, is it possible to boost a result based on an element contained in the list?

1

There are 1 best solutions below

1
On BEST ANSWER

Azure Search didn't have this capability at the time the question was asked, but we heard similar scenarios (all around results personalization in one way or another) so we added a way to model this with scoring profiles.

The new "tag boosting" capability in scoring profiles can do this now.

More details in this blog post.