https://github.com/opensearch-project/opensearch-net
OpenSearch .NET Client
https://github.com/opensearch-project/opensearch-net
Last synced: about 2 months ago
JSON representation
OpenSearch .NET Client
- Host: GitHub
- URL: https://github.com/opensearch-project/opensearch-net
- Owner: opensearch-project
- License: apache-2.0
- Created: 2021-07-23T17:51:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-29T05:08:50.000Z (2 months ago)
- Last Synced: 2025-04-29T06:20:27.282Z (2 months ago)
- Language: C#
- Homepage:
- Size: 181 MB
- Stars: 115
- Watchers: 21
- Forks: 46
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/opensearch-project/opensearch-net/actions/workflows/compile.yml)
[](https://github.com/opensearch-project/opensearch-net/actions/workflows/test-jobs.yml)
[](https://github.com/opensearch-project/opensearch-net/actions/workflows/integration.yml)
[](https://discuss.opendistrocommunity.dev/c/clients/)
[](https://github.com/opensearch-project/opensearch-net/compare)
- [OpenSearch .NET Client](#opensearch-net-client)
- [Welcome!](#welcome)
- [Stable Release](#stable-release)
- [Project Resources](#project-resources)
- [OpenSearch.Client](#opensearch-client)
- [Getting Started](#getting-started)
- [Compatibility with OpenSearch](#compatibility-with-opensearch)
- [Developer Guide](#developer-guide)
- [Code of Conduct](#code-of-conduct)
- [License](#license)
- [Copyright](#copyright)# OpenSearch .NET Client
## Welcome!
**opensearch-net** is [a community-driven, open source fork](https://aws.amazon.com/blogs/opensource/introducing-opensearch/) of elasticsearch-net licensed under the [Apache v2.0 License](LICENSE.txt). For more information, see [opensearch.org](https://opensearch.org/).
**OpenSearch.Client** is [a community-driven, open source fork](https://aws.amazon.com/blogs/opensource/introducing-opensearch/) of elasticsearch-net high level client NEST licensed under the [Apache v2.0 License](LICENSE.txt). For more information, see [opensearch.org](https://opensearch.org/).
## Stable Release
You're reading the documentation for the next release of opensearch-net, which should be **2.0.0**.
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
The current stable release is [1.7.1](https://github.com/opensearch-project/opensearch-net/blob/v1.7.1/README.md).## Project Resources
* [Project Website](https://opensearch.org/)
* [Downloads](https://opensearch.org/downloads.html)
* [Documentation](https://opensearch.org/docs/latest/clients/dot-net/)
* Need help? Try [Forums](https://discuss.opendistrocommunity.dev/)
* [Project Principles](https://opensearch.org/#principles)
* [Contributing to OpenSearch](CONTRIBUTING.md)
* [Maintainer Responsibilities](MAINTAINERS.md)
* [Release Management](RELEASING.md)
* [Admin Responsibilities](ADMINS.md)
* [Security](SECURITY.md)## [OpenSearch.Client](https://github.com/opensearch-project/opensearch-net/tree/main/src/OpenSearch.Client)
OpenSearch.Client is the official high-level .NET client of [OpenSearch](https://github.com/opensearch-project/OpenSearch).
## Getting Started
See [USER_GUIDE](USER_GUIDE.md) to get started with the .NET client.
## Compatibility with OpenSearch
See [COMPATIBILITY](COMPATIBILITY.md).
## Developer Guide
See [DEVELOPER_GUIDE](DEVELOPER_GUIDE.md).
## Code of Conduct
This project has adopted the [Amazon Open Source Code of Conduct](CODE_OF_CONDUCT.md). For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq), or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
## License
This project is licensed under the [Apache v2.0 License](LICENSE.txt).
## Copyright
Copyright OpenSearch Contributors. See [NOTICE](./NOTICE.txt) for details.