{
  "bool": {
    "must": {
      "exists": { "field": "fullText" }
    },
    "must_not": {
      "exists": { "field": "entities-person" }
    }
  }
}