Score field statistics

2013-04-10 Thread lexus
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..." ?

Thanks in advance




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Score-field-statistics-tp4055089.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Score field statistics

2013-04-11 Thread lexus
Thanks for response,

But problem is that "SolrException: undefined field: score" appears after
trying to get stats for score pseudo field.

Sincerely, 
Alex


Gora Mohanty-3 wrote
> 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





--
View this message in context: 
http://lucene.472066.n3.nabble.com/Score-field-statistics-tp4055089p4055254.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Score field statistics

2013-04-14 Thread lexus
Solution found here:
http://hokiesuns.blogspot.com/2012/11/using-solrs-postfiltering-to-collect.html



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Score-field-statistics-tp4055089p4055915.html
Sent from the Solr - User mailing list archive at Nabble.com.