Hi Jayadevan,
There are a couple of ways to achieve the result you want! Two things you could
do from the top of my head are: You could sort the results based on some field,
or boost some fields so that they get a higher score.
> On 17 Oct 2020, at 05:51, Jayadevan Maymala wrote:
>
> Hi all,
Hi,
A few strategies you can use:
1. First you need to know why the result has matched. Solr provides
detailed debug info but it's not easy to interpret. Consider using
something like www.splainer.io to give you better visibility
(disclaimer: this is something we maintain, there are other alt
Hi all,
We have a catalogue of many products, including smart phones. We use
*edismax* query parser. If someone types in iPhone 11, we are getting the
correct results. But iPhone 11 Pro is coming before iPhone 11. What options
can be used to improve this?
Regards,
Jayadevan