I have been using the elastic4s
elasticsearch
driver.
When attempting to create a client:
import com.sksamuel.elastic4s._
import org.elasticsearch.common.settings._
val esSettings = //...
val client = ElasticClient local esSettings
I recieve a runtime error:
[IllegalStateException: path.home is not configured]
What is path.home
?
how do I set path.home
?
Versions: elasticsearch-2.4.1
, elastic4s-2.3.1