使用solr1.4跟solr3.1时,配置了个唯一id类型是sint 或者int,启动时在tomcat后台就会抛出这个异常:
org.apache.solr.common.SolrException:
QueryElevationComponent requires the schema to have a uniqueKeyField implemented using StrField。
之前都是将sint或者int换为StrField类型解决问题的,后来发现只要去掉solrconfig.xml配置的 即 Elevation 组件就可以了:
1 910 11 14 15 16string 12elevate.xml 1317 18 21explicit 19text 2022 24elevator 23