I am using Solr-5.0.0. I am searching on a field product_name
.
I need to add some rules to get relevant results.
If I search f
To begin with, you should use the dismax or edismax query parser instead of the default (lucene).
Then you can improve relevancy using different parameters :
with
or without
don't appear. See here. For example : bq=(*:* -with -without)^999