Configuring Solr to use UUID as a key

后端 未结 2 1997
野的像风
野的像风 2020-12-19 17:18

I am trying to configure Solr 4 to work with UUID and so far I am unsuccessful

From reading the documentation I have seen two different ways to configure schema.xml

2条回答
  •  佛祖请我去吃肉
    2020-12-19 17:38

    You may want to remove the Query Elevation component if not using it.

    QueryElevationComponent requires unique key to be defined and it should be a string unique key with JIRA.

    However, it was fixed with the Solr 4.0 alpha so it would depend what Solr version you are using.

    This limitation is documented in the Solr wiki.

提交回复
热议问题