Can Solr boost results on number of social “likes”?

前端 未结 2 378
你的背包
你的背包 2020-12-03 08:49

I am trying to order the results based on the number of \"likes\".

The most obvious solution is to have a \"likes\" field for each row and re-index

相关标签:
2条回答
  • 2020-12-03 09:48

    Also take a look at click-through relevance ranking presentation

    0 讨论(0)
  • 2020-12-03 09:55

    Take a look at ExternalFileField. There isn't a lot of documentation about it at the moment, but see this presentation.

    0 讨论(0)
提交回复
热议问题