is there a way to tell if a result has been boosted in SOLR?

会有一股神秘感。 提交于 2019-12-06 04:45:28

you add this to your request:

&debugQuery=true

then you will get a debug element in your response. Among other things, in contains explain where you can see (for each doc id returned) how it's score is built. If you parse that info, you can see if it comes from, including boosting info).

explain info is quite convoluted to parse, there is even a page to help you with that.

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