我一直在使用驱动程序。elastic4s
elasticsearch
尝试创建客户端时:
import com.sksamuel.elastic4s._
import org.elasticsearch.common.settings._
val esSettings = //...
val client = ElasticClient local esSettings
我收到一个运行时错误:
[IllegalStateException: path.home is not configured]
是什么path.home
?
我该如何设置path.home
?
版本:elasticsearch-2.4.1
,elastic4s-2.3.1