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",
}
}
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",
}
}
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.