gpt4 book ai didi

scala - ElasticSearch导入问题

转载 作者:行者123 更新时间:2023-12-03 00:23:38 34 4
gpt4 key购买 nike

我正在尝试在SCALA [学校项目]中为ES创建客户端。
但是当我想导入 flex 搜索时,我遇到了一些问题

我已经写了一个sbt文件:

libraryDependencies += "org.elasticsearch" %% "elasticsearch" % "1.4.2"
libraryDependencies += "org.apache.lucene" % "lucene-core" % "4.10.2"

与其他Lucene

当我尝试使用它时:
import org.elasticsearch.node.Nodebuilder.*
object Setup {
Node node = nodeBuilder().node();
Client client = node.client();
}

它确实识别 org.elasticsearch.node.但不能识别 .Nodebuilder.
有人有主意吗?

最佳答案

解决了

import org.elasticsearch.node.NodeBuilder.nodeBuilder
val node = nodeBuilder().node()
val client = node.client()

关于scala - ElasticSearch导入问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28331543/

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