ドライバーを使用してきました。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