How can reset Relevance Tuning?

I want to implement two sorts.

  1. Recommend sort (Query+Relevance Tuning boost)
  2. Keyword sort (Query only)

First, I set the boost in Relevance Tuning.
I was able to implement Recommendation Sort.

In "2. Keywords", want to search with boost disabled in the "Relevance Tuning" screen.
I've read the api sort order documentation, but I'm not sure.
How can I implement keyword ordering?
Should I make two indexes for different sort?

Hi @fumihiko-hidaka,

You should be able to override the relevance tuning set through your dashboard on your query using the search_settings parameter. https://swiftype.com/documentation/app-search/api/search-settings. So pass reset values on your query for "Keyword sort (Query only)".

Hope that helps,

Jason

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.