```{ "results": [ { "facet_counts": [], "...
# community-help
b
Copy code
{
  "results": [
    {
      "facet_counts": [],
      "found": 1,
      "hits": [
        {
          "document": {
            "company_name": "Stark Industries",
            "country": "USA",
            "id": "124",
            "num_employees": 5215
          },
          "highlight": {
            "company_name": {
              "matched_tokens": [
                "Stark"
              ],
              "snippet": "<mark>Stark</mark> Industries"
            }
          },
          "highlights": [
            {
              "field": "company_name",
              "matched_tokens": [
                "Stark"
              ],
              "snippet": "<mark>Stark</mark> Industries"
            }
          ],
          "text_match": 578730123365187700,
          "text_match_info": {
            "best_field_score": "1108091338752",
            "best_field_weight": 15,
            "fields_matched": 1,
            "score": "578730123365187705",
            "tokens_matched": 1
          }
        }
      ],
      "out_of": 2,
      "page": 1,
      "request_params": {
        "collection_name": "companies",
        "per_page": 10,
        "q": "stark"
      },
      "search_cutoff": false,
      "search_time_ms": 0
    }
  ]
}