on ‎2018 Sep 10 8:36 PM
In my project,a strange problem is occuring.We have configured the Solr to use four attributes(namely code,summary, name and keywords of product) for text search.When we search for something,the products not having exact match also appear and that too in higher ranking.How to find out the issue and how to resolve this problem?
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
: Is it happening when you are doing a multi word search ? For example air conditioner with a space in between. It happens because solr does a OR between two words. You can code to change it to AND. The downside is that you will get fewer results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.