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"