'Can we get SOLR score value in response with document from SOLR?
I want to collect SOLR score value and use it further.
How we can get score value for product?
Any thoughts?
Thanks
Solution 1:[1]
You just need to have score in the fl param. for example append &fl=,score in your solr url : http://localhost:8983/solr/collection_name/select?q=product_name:test&fl=,score
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | DineshNaik |
