标签: mongodb mapreduce
如果您在find或使用管道aggregate框架时在mongodb 2.6上创建了textIndex,则可以通过投影获得textScore查询:
find
aggregate
textScore
{'$meta': "textScore"}
这允许在进一步的操作中使用textScore。
是否可以在map-reduce操作期间访问此值?