} else {
      return body.query('has_parent', { parent_type: 'Document' }, (q) => {
        return q.query('has_child', 'type', 'NamedEntity', {}, (r) => {
          return r.query('terms', 'mentionNorm', param.values)
        })