cannot change DocValues type from SORTED_SET to NUMERIC for field xxx

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

1. reload对应的core

cannot change DocValues type from SORTED_SET to NUMERIC for field xxx


2. 若第一种方法不行, 则删除当前core下对应字段有数据的记录,再reload下

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

相关文章: