Sensei Result Reference

Checkout Request, Query, and Filter sections for detailed references.

Back to Overview »

	{
		// server-side latency
	    "time": 54,
	
	    // hits array
	    "hits": [
	    {
	        "tags": ["chick magnet", "cool", "highend", "moon-roof", "reliable"],
	        "mileage": ["00000000000000011000"],
	
	        // stored fields
	        "_stored": [
	        {
	            "val": "red exotic chick magnet cool highend moon-roof reliable china shanghai european bmw m-5 ",
	            "name": "contents"
	        }, {
	            "name": "_STORE"
	        }, {
	            "val": "reliable",
	            "name": "tags"
	        }, {
	            "val": "cool",
	            "name": "tags"
	        }, {
	            "val": "highend",
	            "name": "tags"
	        }, {
	            "val": "chick magnet",
	            "name": "tags"
	        }, {
	            "val": "moon-roof",
	            "name": "tags"
	        }, {
	            "val": "exotic",
	            "name": "category"
	        }, {
	            "val": "00000000000000019400.00",
	            "name": "price"
	        }, {
	            "val": "00000000000000011000",
	            "name": "mileage"
	        }, {
	            "val": "red",
	            "name": "color"
	        }, {
	            "val": "00000000000000001996",
	            "name": "year"
	        }, {
	            "val": "10065",
	            "name": "_uid"
	        }, {
	            "val": "0000000000000000000000000000000000010060",
	            "name": "groupid"
	        }, {
	            "val": "european/bmw/m-5",
	            "name": "makemodel"
	        }, {
	            "val": "china/shanghai",
	            "name": "city"
	        }],
	        "_explanation": {
	            "details": [
	            {
	                "description": "tf(termFreq(contents:red)=1)",
	                "value": 1
	            }, {
	                "description": "idf(docFreq=1011, maxDocs=7500)",
	                "value": 3.002974510192871
	            }, {
	                "description": "fieldNorm(field=contents, doc=2)",
	                "value": 0.25
	            }],
	            "description": "fieldWeight(contents:red in 2), product of:",
	            "value": 0.7507436275482178
	        },
	        "grouphitscount": 0,
	        "_uid": "10065",
	        "_score": "0.7507436",
	        "city": ["china/shanghai"],
	        "_termvectors": {
	            "contents": [
	            {
	                "term": "5",
	                "freq": 1
	            }, {
	                "term": "bmw",
	                "freq": 1
	            }, {
	                "term": "chick",
	                "freq": 1
	            }, {
	                "term": "china",
	                "freq": 1
	            }, {
	                "term": "cool",
	                "freq": 1
	            }, {
	                "term": "european",
	                "freq": 1
	            }, {
	                "term": "exotic",
	                "freq": 1
	            }, {
	                "term": "highend",
	                "freq": 1
	            }, {
	                "term": "m",
	                "freq": 1
	            }, {
	                "term": "magnet",
	                "freq": 1
	            }, {
	                "term": "moon",
	                "freq": 1
	            }, {
	                "term": "red",
	                "freq": 1
	            }, {
	                "term": "reliable",
	                "freq": 1
	            }, {
	                "term": "roof",
	                "freq": 1
	            }, {
	                "term": "shanghai",
	                "freq": 1
	            }]
	        },
	        "_docid": 2,
	        "category": ["exotic"],
	        "price": ["00000000000000019400.00"],
	        "color": ["red"],
	 
	        // original document
	        "_srcdata": "{\"tags\":\"chick magnet,cool,highend,moon-roof,reliable\",\"id\":10065,\"category\":\"exotic\",\"price\":19400,\"mileage\":11000,\"color\":\"red\",\"contents\":\"red exotic chick magnet cool highend moon-roof reliable china shanghai european bmw m-5 \",\"year\":1996,\"groupid\":\"10060\",\"makemodel\":\"european/bmw/m-5\",\"city\":\"china/shanghai\"}",
	        "year": ["00000000000000001996"],
	        "groupid": ["0000000000000000000000000000000000010060"],
	        "makemodel": ["european/bmw/m-5"]
	    }],
	
	     // facet information
	    "facets": {
	        "category": [
	        {
	            "selected": false,
	            "count": 554,
	            "value": "exotic"
	        }, {
	            "selected": false,
	            "count": 509,
	            "value": "sports car"
	        }, {
	            "selected": false,
	            "count": 508,
	            "value": "compact"
	        }],
	        "color": [
	        {
	            "selected": false,
	            "count": 2160,
	            "value": "red"
	        }]
	    },
	    "totaldocs": 15000,                     // total index size
	    "numhits": 2160,                        // number of hits
	    "numgroups": 0,                         
	    "parsedquery": "contents:red",         // parsed query
	    "tid": -1
	}