Elastic4s is a Scala DSL for Elasticsearch, providing a concise and type-safe way to interact with Elasticsearch.
<dependency>
<groupId>com.sksamuel.elastic4s</groupId>
<artifactId>elastic4s-core_2.11</artifactId>
<version>7.1.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an Elasticsearch client connected to localhost.
Use elastic4s-core with a Scala version suffix matching your project's Scala version (e.g., _2.12 or _2.13).
No dependency data recorded yet.