Field max size

Hi all,
I am currently using Elasticsearch and would like to check on whether will it be possible to check the max characters that I can place in the String field of a document? Is there any way I can define the max characters of a document in Elasticsearch?
Thank you for your time!

Check out https://www.elastic.co/guide/en/elasticsearch/reference/2.4/ignore-above.html

1 Like