代码在 Scala 中。它与 Java 代码极为相似。
我们的地图索引器用于创建索引的代码:https ://gist.github.com/a16e5946b67c6d12b2b8
上述代码用于创建索引和映射的实用程序:https ://gist.github.com/4f88033204cd761abec0
java给出的错误:https ://gist.github.com/d6c835233e2b606a7074
http://elasticsearch.domain/maps/_settings运行代码报错后的响应: https ://gist.github.com/06ca7112ce1b01de3944
JSON 文件: https ://gist.github.com/bbab15d699137f04ad87 https://gist.github.com/73222e300be9fffd6380
附件是我正在加载的 json 文件。我已经确认它正在加载正确的 json 文件并将其作为字符串正确输出到 .loadFromSource 和 .setSource 中。
任何想法为什么即使它们在_settings中也找不到分析器?如果我通过 curl 运行这些 json 文件,它们可以正常工作并正确设置映射。