Popularity
9.1
Stable
Activity
0.0
Declining
3,522
498
1,139

Code Quality Rank: L3
Programming language: C#
License: Apache License 2.0
Tags: Elasticsearch     Elastic     Search     Lucene     Nest    
Latest version: v7.17.0

Elasticsearch .NET alternatives and similar packages

Based on the "Search" category.
Alternatively, view Elasticsearch .NET alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Elasticsearch .NET or a related project?

Add another 'Search' Package

README

Repository for Elastic.Clients.Elasticsearch the official .NET client for Elasticsearch. Older branches include both previous clients, **NEST* and Elasticsearch.Net.*

The .NET client for Elasticsearch provides strongly typed requests and responses for Elasticsearch APIs. It delegates protocol handling to the Elastic.Transport library, which takes care of all transport-level concerns (HTTP connection establishment and pooling, retries, etc.).

Compatibility

Language clients are forward compatible; meaning that clients support communicating with greater or equal minor versions of Elasticsearch. Elasticsearch language clients are only backwards compatible with default distributions and without guarantees made.

Versions

Elasticsearch 8.x Clusters

We are actively working on the next generation of the .NET client for Elasticsearch, which aligns with v8 of Elasticsearch. We have renamed this library Elastic.Clients.Elasticsearch, and the packages are published on NuGet. The new client is in pre-release with beta versions available to install. We do not recommend using the pre-release versions in production.

Until the GA release of the new client, you may continue to use the latest 7.17.x client to communicate with Elasticsearch v8 servers. Please review our documentation, which describes how to enable compatibility mode and secure communications with a v8 cluster.

Elasticsearch 7.x Clusters

We recommend using the latest 7.17.x client to communicate with Elasticsearch v7 servers.

Documentation

Please refer to the full documentation on elastic.co for comprehensive information.

Contributing

See [CONTRIBUTING.md](./CONTRIBUTING.md)

Copyright and License

This software is Copyright (c) 2014-2022 by Elasticsearch BV.

This is free software, licensed under The Apache License Version 2.0.


*Note that all licence references and agreements mentioned in the Elasticsearch .NET README section above are relevant to that project's source code only.