# Query string length limit

**URL:** https://discuss.elastic.co/t/query-string-length-limit/16972
**Category:** Elasticsearch
**Created:** [April 12, 2014, 1:51am UTC](https://discuss.elastic.co/t/query-string-length-limit/16972 "2014-04-12T01:51:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Robbie](https://avatars.discourse-cdn.com/v4/letter/r/2acd7d/32.png) [@Robbie](https://discuss.elastic.co/u/Robbie)
#### Post date: [April 12, 2014, 1:51am UTC](https://discuss.elastic.co/t/query-string-length-limit/16972/1 "2014-04-12T01:51:38Z")

</div>

Hi,  
Could you clarify if there is a length limitation on the query string in  
ElasticSearch? Specifically, if I have a query such as below, will there be  
any issues? What is the max length that can be provided and is it  
configurable?

Thanks!

{  
"query\_string" : {  
"fields" : ["content"],  
"query" : "this OR that OR abc OR ........\<20000 characters\> OR thus",  
}  
}

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/2aee7e32-ca84-4122-8a5a-e840b63561c3%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/2aee7e32-ca84-4122-8a5a-e840b63561c3%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![vineeth\_mohan\_2](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/vineeth_mohan_2/32/747_2.png) [@vineeth\_mohan\_2](https://discuss.elastic.co/u/vineeth_mohan_2)
#### Post date: [April 12, 2014, 12:46pm UTC](https://discuss.elastic.co/t/query-string-length-limit/16972/2 "2014-04-12T12:46:45Z")

</div>

Hello Robbie ,

There is a limit on the query length or rather query terms.  
Default value is 1024 , you can change it using the following -

index:  
query:  
bool:  
max\_clause\_count: 10240

Thanks  
Vineeth

On Sat, Apr 12, 2014 at 7:21 AM, Robbie [pherur@ciphercloud.com](mailto:pherur@ciphercloud.com) wrote:

> Hi,  
> Could you clarify if there is a length limitation on the query string in  
> Elasticsearch? Specifically, if I have a query such as below, will there be  
> any issues? What is the max length that can be provided and is it  
> configurable?
> 
> Thanks!
> 
> {  
> "query\_string" : {  
> "fields" : ["content"],  
> "query" : "this OR that OR abc OR ........\<20000 characters\> OR thus",  
> }  
> }
> 
> --  
> You received this message because you are subscribed to the Google Groups  
> "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an  
> email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/2aee7e32-ca84-4122-8a5a-e840b63561c3%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/2aee7e32-ca84-4122-8a5a-e840b63561c3%40googlegroups.com)[https://groups.google.com/d/msgid/elasticsearch/2aee7e32-ca84-4122-8a5a-e840b63561c3%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/2aee7e32-ca84-4122-8a5a-e840b63561c3%40googlegroups.com?utm_medium=email&utm_source=footer)  
> .  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAGdPd5n2FjANk4Jff0%3D6AYNiSTYzHiMzNM-FpT76wFKwJyepFQ%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAGdPd5n2FjANk4Jff0%3D6AYNiSTYzHiMzNM-FpT76wFKwJyepFQ%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 1:36am UTC](https://discuss.elastic.co/t/query-string-length-limit/16972/3 "2017-07-06T01:36:16Z")

</div>


