Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

This strongly-typed, client library enables working with Elasticsearch. It is the official client maintained and supported by Elastic.

License

NotificationsYou must be signed in to change notification settings

elastic/elasticsearch-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository forElastic.Clients.Elasticsearch the official .NET client forElasticsearch.

Download the latest version of Elasticsearchorsign-upfor a free trial of Elastic Cloud.

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

Versioning

Themajor andminor version parts of the Elasticsearch .NET client are dictated by the version of the Elasticsearch server.

Warning

This means that the Elasticsearch .NET clientdoes not strictly follows semantic versioning!

Although we try to avoid this as much as possible, it can happen that aminor or evenpatch version contains breaking changes (see also:breaking changes policy). Please always check therelease notes before updating the client package.

Compatibility

Language clients areforward compatible:

Given a constant major version of the client, each related minor version is compatible with its equivalent- and all later Elasticsearch minor versions of thesame or next higher major version.

For example:

Client VersionCompatible with Elasticsearch8.xCompatible with Elasticsearch9.xCompatible with Elasticsearch10.x
9.x❌ no✅ yes✅ yes
8.x✅ yes✅ yes❌ no

Language clients are alsobackward compatible across minor versions within thesame major version (without strong guarantees), butnever backward compatible with earlier Elasticsearch major versions.

Note

Compatibility does not imply feature parity. For example, an8.12 client is compatible with8.13, but does not support any of the new features introduced in Elasticsearch8.13.

Installation

Refer to theInstallation sectionof the getting started documentation.

Connecting

Refer to theConnecting sectionof the getting started documentation.

Usage

Documentation

Please refer tothe full documentation on elastic.cofor comprehensive information on installation, configuration and usage.

The API reference documentation is availablehere.

Contributing

SeeCONTRIBUTING.md

Copyright and License

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

This is free software, licensed underThe Apache License Version 2.0.

About

This strongly-typed, client library enables working with Elasticsearch. It is the official client maintained and supported by Elastic.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp