SimpleElastic logo

SimpleElastic

Alternative .NET Client for Elasticsearch

GitHub Documentation

SimpleElastic

SimpleElastic is a .NET client for Elasticsearch. Compared to NEST, the official .NET client, it is designed to be a lightweight minimal abstraction which exposes the underlying Elasticsearch API to the developer. This means when you are referencing the API documentation you can write code that more or less resembles the JSON directly, rather than needing to figure out your query in JSON first then translate it to a NEST query.

Prerelease on NuGet

SimpleElastic is targeting a 1.0 release to correlate with the upcoming release of .NET Standard 2.1/Core 3.0 to take advantage of the latest performance features. In the meantime a pre-release version is available on NuGet.

SimpleElastic on NuGet