{
    "queryDebugString" : "first|post||||||",
    "language" : "english",
    "results" : [
        {
            "score" : 11.833333333333332,
            "obj" : {
                "_id" : 1,
                "title" : "1st post",
                "post" : "this is my first blog entry."
            }
        },
        {
            "score" : 7.5,
            "obj" : {
                "_id" : 2,
                "title" : "2nd post",
                "post" : "this is my second blog entry."
            }
        }
    ],
    "stats" : {
        "nscanned" : 3,
        "nscannedObjects" : 0,
        "n" : 2,
        "nfound" : 2,
        "timeMicros" : 121
    },
    "ok" : 1
}