On 4/8/2014 3:55 AM, azhar2007 wrote:
Im basically trying to understand how results are ranked. Whats the algorithm behind it
If you add a debugQuery parameter to your request, set to true, you will see the score calculation for every document included in the response.
This is the default similarity class that Solr uses: http://lucene.apache.org/core/4_7_0/core/org/apache/lucene/search/similarities/DefaultSimilarity.html Thanks, Shawn