, db.collectionName.ensureIndex({'textColumnName': 'text'}). i.e. db.collectionName.find({$text: {$search:'your text here'}}). , , , : db.collectionName.find({$text: {$search:'your text here'}}, {score: {$meta: 'textScore'}}).sort({score: {$meta: 'textScore'}}).
title movies, db.movies.find( { $text : { $search : "Big Lebowski" } } ). , :
{ "title" : "The Big Lebowski" , star: "Jeff Bridges" }
{ "title" : "Big" , star : "Tom Hanks" }
{ "title" : "Big Fish" , star: "Ewan McGregor" }
, Big Lebowski *** ***.