Unable to find schema.xml file in solr 6.0,so to configure it,am i supposed to add a new file,or it will happen automatically?

后端 未结 3 1040
臣服心动
臣服心动 2021-02-07 19:45

I have created a new core named \"testcore\" in solR ,but in solR 6.0 I am not able to find Schema.xml file in conf folder,so am I supposed to manually create it or it will conf

3条回答
  •  广开言路
    2021-02-07 20:23

    Starting from Solr 6, all examples and sample configurations use managed schema approach. So, there is no more schema.xml file. Instead, there is managed-schema file and it is managed by the Solr itself. So, editing the file is not recommended, though still possible.

    Instead, you can edit the schema via Admin UI as well now, in the Schema Browser section.

提交回复
热议问题