Hi all
I am using Solr 4.6. I want to query a field for a value but boost the
results based on a different value of another field.
Example search for car rental in products category field but boost results
for car types field with value compact by factor of 10 and sedan by factor
of 5.
I am using the Lucene Standard parser. I added {!edismax bq=type:compact^5
OR type:sedan^10} but that doesn't work.
Regards
Puneet

Reply via email to