Created
February 3, 2014 21:22
-
-
Save smilesrg/8792681 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> db.user_posts.runCommand( "text" , { search: "сердце",project:{"user":1, "posts.post":1,_id:0},limit: 3 } ) | |
{ | |
"queryDebugString" : "сердц||||||", | |
"language" : "russian", | |
"results" : [ | |
{ | |
"score" : 0.625, | |
"obj" : { | |
"posts" : [ | |
{ | |
"post" : "Чекин: Кофе с собой в Старбакс" | |
}, | |
{ | |
"post" : "Чекин: кинотеатр Художественный" | |
}, | |
{ | |
"post" : "Мое сердце снова разбито" | |
} | |
], | |
"user" : DBRef("user", ObjectId("52f0078e49472530148b456e")) | |
} | |
} | |
], | |
"stats" : { | |
"nscanned" : 1, | |
"nscannedObjects" : 0, | |
"n" : 1, | |
"nfound" : 1, | |
"timeMicros" : 103 | |
}, | |
"ok" : 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment