"Validation Failed: 1: id is too long, must be no longer than 512 bytes but was: 635"
Is there a way to bypass this limitation ?
(I'm using elasticsearch 5.2)
"Validation Failed: 1: id is too long, must be no longer than 512 bytes but was: 635"
Is there a way to bypass this limitation ?
(I'm using elasticsearch 5.2)
That limit seems to be hard-coded: https://github.com/elastic/elasticsearch/blob/5.2/core/src/main/java/org/elasticsearch/action/index/IndexRequest.java#L240
I wonder why your ids are that long. What are you trying to achieve?
Thanks.
I saw that code also..
It is not such important.. I just wondered if it possible..
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.