On 10 April 2013 22:03, lexus <a...@scalepoint.com> wrote:
>
> In our application we are using Solr 4.1.
> And we wanna filter results by score relevance.
> I had the idea to use statistic data (i.e. standard deviation, mean) for
> score field.
> Is it exists workaround of using "…stats=true&stats.field=score..." ?

Even simpler: You can just add &fl=*,score to get the score returned
in the search results along with all other fields. Please see
http://wiki.apache.org/solr/SolrRelevancyFAQ#How_can_I_see_the_relevancy_scores_for_search_results

Regards,
Gora

Reply via email to