I want to implement two sorts.
- Recommend sort (Query+Relevance Tuning boost)
- 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?