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 conte
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
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.