in the 2.3 documentation for ignore_above, it says Strings longer than the ignore_above setting will not be processed by the analyzer and will not be indexed.
in the 5.0+ documentation, it says Strings longer than the ignore_above setting will not be indexed or stored.
I understand that it should not be searchable, but does "OR STORED" mean that even if I retrieve the field via id, It will no longer contain the field with the large data??
Thanks!