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.

Re: Score field statistics

2013-04-11 Thread Gora Mohanty
On 11 April 2013 13:41, lexus wrote: > Thanks for response, > > But problem is that "SolrException: undefined field: score" appears after > trying to get stats for score pseudo field. [...] Sorry, didn't catch the part where you also wanted statistics from the StatsComponent. I do not think that

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 fi

Re: Score field statistics

2013-04-10 Thread Gora Mohanty
On 10 April 2013 22:03, lexus 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..." ? Ev