solr db字段处理

 1.多字段集合 

 schema.xml 里面

<field name="impress" type="string"  stored="true" multiValued="true"/>

 

 2.,分隔符来数据字段分隔

 <field column="impressName" splitBy="," sourceColName="impress_name" name="impress"/>

你可能感兴趣的:(xml,Solr)