How to get Solr result as per their scores

£可爱£侵袭症+ 提交于 2019-12-12 01:55:58

问题


I am working on Solr with ASP.Net MVC.

I want to display result as per score result. It means if I search for any keyword, it gives me total 500 result. But I want only first 100 Results. I also display scores for results using following query:

Fields = new[] {"*","score"},

I want results which have score more than 0.3

How can I do this in Solr? Also a solrnet query to get this result.

Please advise. Thank you.

来源:https://stackoverflow.com/questions/26842830/how-to-get-solr-result-as-per-their-scores

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!