Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-12230

text command results stats field is missing nfound

    • Type: Icon: Bug Bug
    • Resolution: Won't Fix
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 2.5.4
    • Component/s: Text Search
    • Labels:
    • 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

            Assignee:
            rassi J Rassi
            Reporter:
            sridhar Sridhar Nanjundeswaran
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: