我正在运行Solr 4.1,并且需要更改我的架构。我修改了架构文件,但似乎没有选择变更的架构。我什至重启了服务器。
此外,我如何看待我的计划?我尝试做curl http://localhost:1080/Mark/names/schema?wt=json
并得到
The origin server did not find a current representation
for the target resource or is not willing to disclose that one exists.
我可以卷曲相同的端点并获得文档。
如何让Solr选择新架构?
答案 0 :(得分:0)
我的代码索引错误。我正在设置新字段的值,但是我没有意识到肠子里还藏着另一种方法:)剥掉了它。
结果是,Solr收到了更改,我只是没有发送数据。