天天看点

cannot change DocValues type from SORTED_SET to NUMERIC for field xxx

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的所有数据

继续阅读