cannot change DocValues type from SORTED_SET to NUMERIC for field xxx

来源:互联网 发布:实名淘宝小号单个购买 编辑:程序博客网 时间:2024/06/11 00:48

cannot change DocValues type from SORTED_SET to NUMERIC for field xxx

solr新增或者修改字段的类型后出现该异常, 可以通过以下两种方法解决

1. reload对应的core



2. 若第一种方法不行, 则需要清空当前core的所有数据

阅读全文
0 0
原创粉丝点击