Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

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

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.Older branches include both previous clients,NEST andElasticsearch.Net.

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

Compatibility

Language clients are forward compatible; meaning that the clients supportcommunicating with greater or equal minor versions of Elasticsearch withoutbreaking. It does not mean that the clients automatically support new featuresof newer Elasticsearch versions; it is only possible after a release of a newclient version. For example, a 8.12 client version won't automatically supportthe new features of the 8.13 version of Elasticsearch, the 8.13 client versionis required for that. Elasticsearch language clients are only backwardscompatible with default distributions and without guarantees made.

Elasticsearch VersionElasticsearch-NET BranchSupported
mainmain
8.x8.x8.x
7.x7.x7.17

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.

Versions

Elasticsearch 8.x Clusters

We have released the next generation of the .NET client for Elasticsearch, whichaligns with v8 of Elasticsearch. We have renamed this libraryElastic.Clients.Elasticsearch, and the packages are published onNuGet. The8.0.x versions do not offer complete feature parity with the existingNESTclient. We therefore recommend you thoroughly review ourrelease notes and migration guidancebefore attempting to migrate existing applications to theElastic.Clients.Elasticsearch library.

Until the new client supports all endpoints and features your applicationrequires, you may continue to use the latest7.17.x client to communicate withElasticsearch v8 servers. Please reviewour documentation,which describes how to enable compatibility mode and secure communications witha v8 cluster.

Elasticsearch 7.x Clusters

We recommend using the latest7.17.xNEST client to communicate withElasticsearch v7 servers.

Contributing

SeeCONTRIBUTING.md

Copyright and License

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

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


[8]ページ先頭

©2009-2025 Movatter.jp