solr db字段处理 SolrXML
程序员文章站
2022-07-14 20:11:49
...
1.多字段集合
schema.xml 里面
<field name="impress" type="string" stored="true" multiValued="true"/>
2.,分隔符来数据字段分隔
<field column="impressName" splitBy="," sourceColName="impress_name" name="impress"/>