Details
-
Bug
-
Resolution: Duplicate
-
Minor - P4
-
None
-
2.5.4
-
ALL
-
Server 2.7.1, Server 2.7.3
Description
> db.foo.find({b:5, $text:{$search:"hello"}}).explain() |
{
|
"cursor" : "TextCursor", |
"n" : 0, |
"nscannedObjects" : 0, |
"nscanned" : 0, |
"nscannedObjectsAllPlans" : 0, |
"nscannedAllPlans" : 0, |
"scanAndOrder" : false, |
"nYields" : 0, |
"nChunkSkips" : 0, |
"millis" : 0, |
"server" : "Rassi-MacBook-Pro.local:27017", |
"stats" : { |
"type" : "FETCH", |
"works" : 1, |
"yields" : 0, |
"unyields" : 0, |
"invalidates" : 0, |
"advanced" : 0, |
"needTime" : 0, |
"needFetch" : 0, |
"isEOF" : 1, |
"alreadyHasObj" : 0, |
"forcedFetches" : 0, |
"matchTested" : 0, |
"children" : [ |
{
|
"type" : "TEXT", |
"works" : 1, |
"yields" : 0, |
"unyields" : 0, |
"invalidates" : 0, |
"advanced" : 0, |
"needTime" : 0, |
"needFetch" : 0, |
"isEOF" : 1, |
"keysExamined" : 0, |
"fetches" : 0, |
"children" : [ ] |
}
|
]
|
}
|
}
|
>
|
Attachments
Issue Links
- duplicates
-
SERVER-19109 Refactor text stage into text scoring stage and text matcher stage
-
- Closed
-
- is related to
-
SERVER-13019 nscannedObjects incorrect in explain output for query against compound text index
-
- Closed
-
- related to
-
SERVER-10448 Revamp explain() formatting
-
- Closed
-