-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: 2.5.4
-
Component/s: Text Search
-
Environment:12/30 build on windows 7 x64
-
ALL
db.runCommand(
{"text":"testcollection","search":"fox"})
2.4.8/2.5.4
"stats" : {
"nscanned" : 1,
"nscannedObjects" : 0,
"n" : 1,
"nfound" : 1,
"timeMicros" : 697
},
2.5.5
"stats" : {
"nscanned" : NumberLong(1),
"nscannedObjects" : NumberLong(1),
"n" : 1,
"timeMicros" : 733
},
This is breaking .net driver unittests