像这样的集合“问题”
{
_id:
question:
time:
click_nums:
answers: [
{},
{},
...
]
}
现在我想像这样对问题进行排名并获得前 5 名:
rank_condition = (now_time - time)/24*(click_nums*0.2+nums_of_answers*0.8)
我怎么能意识到这一点,我是 Mongodb 的新手..
空间:用PHP来实现!!!