I\'ve upgraded my Elasticsearch cluster from 1.1 to 1.2 and I have errors when indexing a somewhat big string.
{ \"error\": \"IllegalArgumentException[Docu
In Solr v6+ I changed the field type to text_general and it solved my problem.