When using Solr client in your app, what is the max size of a text multi line field?
text
Can I send huge xml documents as text?
E.g.
changing the solr field to "text_general" and updating the solr schema helped
commands to update solr schema:
solrctl instancedir --update "directory that contains the schema file with the edited solr field"
solrctl collection --update "collection-name to update"