https://sematext.com/opensee/m/Solr/eHNloIkFn1gU81N?subj=Re:+limiting+the+total+number+of+documents+matched

frange could possible help (range query on an arbitrary function).
http://www.lucidimagination.com/blog/tag/frange/

So perhaps something like
q={!frange l=0.85}query($qq)
qq=<the original relevancy query>

where 0.85 is the lower bound you want for scores and qq is the normal
relevancy query

 

另外

solr排序过滤score过低的结果

 

相关文章:

  • 2021-12-07
  • 2022-12-23
  • 2021-06-23
  • 2021-08-19
  • 2022-12-23
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-06
  • 2022-01-29
  • 2022-12-23
  • 2021-07-12
  • 2021-06-22
  • 2021-12-12
  • 2021-10-24
相关资源
相似解决方案