gpt4 book ai didi

elasticsearch - elasticsearch:找不到类异常

转载 作者:行者123 更新时间:2023-12-03 02:08:26 24 4
gpt4 key购买 nike

我的 Elasticsearch 正在运行。

但是当我这样做时:

curl -XPUT "http://127.0.0.1:9200/movies/movie/1" -d'
{
"title": "The Godfather",
"director": "Francis Ford Coppola",
"year": 1972
}'

该错误即将到来。

{“错误”:“IndexCreationException [[电影]无法创建索引];嵌套:NoClassDefFoundError [无法初始化类org.elasticsearch.index.codec.postingsformat.PostingFormats];”,“状态”:500}

最佳答案

如果混合jar文件并带来其他所需的Lucene依赖关系,或者仅将elasticsearch jar添加到Java项目中,则可能会发生这种情况。

这里很难说,因为我们不知道您如何安装elasticsearch以及所使用的版本。

相同的命令对我来说很好用。

关于elasticsearch - elasticsearch:找不到类异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21398036/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com