*t.runCommand( "text", {search: "stemmed", language: "english" } );*

{
  "queryDebugString" : "*stem*||||||",
  *"language" : "english",*
  "results" : [
    {
      "score" : 0.6666666666666666,
      "obj" : {
        "_id" : 3,
        "title" : "My fourth blog",
        "post" : "This *stemmed* blog is in english"
      }
    }
  ],