I am using solr 8.2 Can I change the schema fieldtype from string to solr.TextField without indexing?
<field name="messagetext" type="string" indexed="true" stored="true"/>
The reason is that string has only 32K char limit where as I am looking to
store more than 32K now.
The contents on this field doesn't require any analysis or tokenized but I
need this field in the queries and as well as output fields.
--
Thanks & Regards,
Yaswanth Kumar Konathala.
[email protected]
