Geting the products with specific Order from Elastic Search

I am creating a module within the eCommerce site where I want to use the search relevancy as per my module but want to use the elastic search for returning the results for the search.

So my question is what pattern should I send in the request so that I will get the response according to my search relevancy. Please suggest.

Please note, I tried to inject product IDs in filters but did not succeedded with response.

Thanks in advance.

Can you give an example of how your data looks like and how do you want relevancy to look like? ES is designed to consider your own relevancy constraints and give you the results you want in the order you want.

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