csv字段看起来像
Sno Item productid description
10相机92它是加农炮“高清长焦”
当csv在solr中编入索引时,(“”)中给出的数据无法编入索引并引发错误。
答案 0 :(得分:6)
您是否尝试过wiki建议的方法?
通过将分隔符设置为制表符(%09)和转义为反斜杠(%5c),可以将制表符分隔文件导入到solr中,如下所示:
curl 'http://localhost:8983/solr/update/csv?commit=true&separator=%09&escape=\&stream.file=/tmp/result.text'