```{ "facet_counts": [], "found": 1, "...
# community-help
p
Copy code
{
  "facet_counts": [],
  "found": 1,
  "hits": [
    {
      "document": {
        "id": "1",
        "persons": [
          {
            "address": "321 Example Street",
            "city": "Oxford",
            "name": "John James Smith",
            "person_id": "p1"
          }
        ]
      },
      "highlight": {
        "persons": [
          {
            "name": {
              "matched_tokens": [
                "James"
              ],
              "snippet": "John <mark>James</mark> Smith"
            }
          }
        ]
      },
      "highlights": [],
      "text_match": 578730123365187700,
      "text_match_info": {
        "best_field_score": "1108091338752",
        "best_field_weight": 15,
        "fields_matched": 1,
        "score": "578730123365187705",
        "tokens_matched": 1
      }
    }
  ],
  "out_of": 1,
  "page": 1,
  "request_params": {
    "collection_name": "houses",
    "per_page": 10,
    "q": "james"
  },
  "search_cutoff": false,
  "search_time_ms": 1
}