Insertions into text-indexed collections fail if score exceeds threshold

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • 2.3.2
    • Affects Version/s: None
    • Component/s: Text Search
    • None
    • ALL
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      > db.bar.ensureIndex({a:"text"},{weights:{a:999999999}})
      > db.bar.insert({a:"word"})
      score <= MAX_WEIGHT
      > db.bar.find()
      >
      
      [Wed Jan  9 14:02:40.625 [conn1]  test.bar Assertion failure score <= MAX_WEIGHT src/mongo/db/fts/fts_spec.cpp 252]
      

              Assignee:
              Eliot Horowitz (Inactive)
              Reporter:
              J Rassi (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: