Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的用例:我目前正在使用 solr 5.5 并升级到 solr 8.8
为此,我需要在所有安装了 solr 的机器上重新建立索引。我需要检查索引版本,如果索引是从旧版本制作的,那么我将运行重新索引逻辑,如果它已经是新版本,我将跳过重新索引。
有没有办法检测索引版本?
注意:配置文件已经更新到新版本,所以不能使用来自 solrconfig.xml 的标签
HTTP GET 请求检索信息:
yoursolrhost:8983/solr/admin/info/system
它会像下面这样
http://yoursolrhost:8983/solr/admin/info/system?wt=json