I am looking to multiply score from Rank feature query(Rank feature query | Elasticsearch Guide [7.16] | Elastic) to relevancy score calculated from my query.
I know we can do something similar using rescore query and function score query. Is there a way to achieve the same using Rank Feature query, as it can dramatically improve query speed as per documentation.
Thanks in Advance.