An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![Build](https://github.com/opensearch-project/opensearch-net/actions/workflows/compile.yml/badge.svg)](https://github.com/opensearch-project/opensearch-net/actions/workflows/compile.yml)
[![Unit Tests](https://github.com/opensearch-project/opensearch-net/actions/workflows/test-jobs.yml/badge.svg)](https://github.com/opensearch-project/opensearch-net/actions/workflows/test-jobs.yml)
[![Integration Tests](https://github.com/opensearch-project/opensearch-net/actions/workflows/integration.yml/badge.svg)](https://github.com/opensearch-project/opensearch-net/actions/workflows/integration.yml)
[![Chat](https://img.shields.io/badge/chat-on%20forums-blue)](https://discuss.opendistrocommunity.dev/c/clients/)
[![PRs welcome!](https://img.shields.io/badge/PRs-welcome!-success)](https://github.com/opensearch-project/opensearch-net/compare)

![OpenSearch logo](OpenSearch.svg)

- [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.