solr 集合 - 如何使用 vi 修改 schema.xml

solr collection - how to modify schema.xml using vi

我使用一些现有的模式和配置创建了一个 Solr 集合:

-d server/solr/classiccore1/conf

虽然我可以在 Solr Admin UI 中看到我刚刚创建的 solr 集合的 schema.xml 和 solrconfig.xml,但我可以'在文件系统上找不到它。

我的 SolrCloud 包含 2 个节点和 1 个嵌入式 zookeeper 实例。

有没有办法在文件系统上修改 schema.xml 而不是使用相关的 API?

如果您在云配置中使用 Solr,则所有配置文件都必须在集群中可用 - 这意味着这些文件存储在 Zookeeper 中,它会保留集群的所有状态和配置。

请参阅 Reloading Zookeeper solr conf (schema.xml), as well as the examples in the reference manual 了解如何将新配置文件或配置集上传到 Zookeeper。