We can return and sort on the $meta textScore. It would be great to enable to filter on ranges of this value:
db.col.find( {$text:{ $search: "keyword" , $meta.textScore : {$gt: 0.5} } })