In elasticsearch 5 string
datatype has been removed as explained nicely in this blog post.
ignore_above
is not supported with text
datatype. Can someone let me know how does text
field is then protected against Lucene’s term byte-length limit as explained in the documentation here, especially the below section
This option is also useful for protecting against Lucene’s term byte-length limit of
32766
.