Query_string query length limit

Hi , I've seen an old post of similar question Query string length limit
and the answer "max_clause_count" seems to belong to DSL ?
But what I concern is the exact character count in query.query_string.query

{
  "query": {
    "query_string": {
      "query": "(new york city) OR (big apple)",
      "default_field": "content"
    }
  }
}

Is there any setting on this ? Thanks.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.