In Solr, what is the maximum size of a “text” field?

前端 未结 2 1459
悲哀的现实
悲哀的现实 2021-01-05 00:37

When using Solr client in your app, what is the max size of a text multi line field?

Can I send huge xml documents as text?

E.g.



        
2条回答
  •  甜味超标
    2021-01-05 01:11

    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"

提交回复
热议问题