elasticsearch-net-next - Elasticsearch.Net.Connections.HttpWebRequestConnection 7.1.0-ci20180809T133132

Elasticsearch.Net

PM> Install-Package Elasticsearch.Net.Connections.HttpWebRequestConnection -Version 7.1.0-ci20180809T133132 -Source https://www.myget.org/F/elasticsearch-net-next/api/v3/index.json

Copy to clipboard

> nuget.exe install Elasticsearch.Net.Connections.HttpWebRequestConnection -Version 7.1.0-ci20180809T133132 -Source https://www.myget.org/F/elasticsearch-net-next/api/v3/index.json

Copy to clipboard

> dotnet add package Elasticsearch.Net.Connections.HttpWebRequestConnection --version 7.1.0-ci20180809T133132 --source https://www.myget.org/F/elasticsearch-net-next/api/v3/index.json

Copy to clipboard
<PackageReference Include="Elasticsearch.Net.Connections.HttpWebRequestConnection" Version="7.1.0-ci20180809T133132" />
Copy to clipboard
source https://www.myget.org/F/elasticsearch-net-next/api/v3/index.json

nuget Elasticsearch.Net.Connections.HttpWebRequestConnection  ~> 7.1.0-ci20180809T133132
Copy to clipboard

> choco install Elasticsearch.Net.Connections.HttpWebRequestConnection --version 7.1.0-ci20180809T133132 --source https://www.myget.org/F/elasticsearch-net-next/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "elasticsearch-net-next" -SourceLocation "https://www.myget.org/F/elasticsearch-net-next/api/v2"
Install-Module -Name "Elasticsearch.Net.Connections.HttpWebRequestConnection" -RequiredVersion "7.1.0-ci20180809T133132" -Repository "elasticsearch-net-next" -AllowPreRelease
Copy to clipboard

Elasticsearch .NET Client

Repository for Elastic.Clients.Elasticsearch the official .NET client for Elasticsearch.

Download the latest version of Elasticsearch or sign-up for a free trial of Elastic Cloud.

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

Versioning

The major and minor version parts of the Elasticsearch .NET client are dictated by the version of the Elasticsearch server.

[!WARNING] This means that the Elasticsearch .NET client does not strictly follows semantic versioning!

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

Compatibility

Language clients are forward 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 the same or next higher major version.

For example:

Client Version Compatible with Elasticsearch 8.x Compatible with Elasticsearch 9.x Compatible with Elasticsearch 10.x
9.x ❌ no ✅ yes ✅ yes
8.x ✅ yes ✅ yes ❌ no

Language clients are also backward compatible across minor versions within the same major version (without strong guarantees), but never backward compatible with earlier Elasticsearch major versions.

[!NOTE] Compatibility does not imply feature parity. For example, an 8.12 client is compatible with 8.13, but does not support any of the new features introduced in Elasticsearch 8.13.

Installation

Refer to the Installation section of the getting started documentation.

Connecting

Refer to the Connecting section of the getting started documentation.

Usage

Documentation

Please refer to the full documentation on elastic.co for comprehensive information on installation, configuration and usage.

The API reference documentation is available here.

Try Elasticsearch and Kibana locally

If you want to try Elasticsearch and Kibana locally, you can run the following command:

curl -fsSL https://elastic.co/start-local | sh

This will run Elasticsearch at http://localhost:9200 and Kibana at http://localhost:5601.

More information is available here.

Contributing

See CONTRIBUTING.md

Copyright and License

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

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

  • .NETStandard 2.0
    • Elasticsearch.Net (>= 7.1.0-ci20180809T133132 && < 8.0.0)
  • .NETStandard 2.0: 2.0.0.0

Owners

Russ Cam Martijn Laarman

Authors

Elastic and contributors

Project URL

https://github.com/elastic/elasticsearch-net

License

Apache-2.0

Tags

elasticsearch,elastic,search,lucene,nest

Info

5 total downloads
0 downloads for version 7.1.0-ci20180809T133132
Download (10.55 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
7.1.0-ci20180906T170958 10.55 KB Thu, 06 Sep 2018 17:11:14 GMT 3
7.1.0-ci20180906T165056 10.55 KB Thu, 06 Sep 2018 16:52:46 GMT 1
7.1.0-ci20180906T165015 10.55 KB Thu, 06 Sep 2018 16:51:36 GMT 1
7.1.0-ci20180831T075050 10.55 KB Fri, 31 Aug 2018 07:53:26 GMT 0
7.1.0-ci20180827T142622 10.55 KB Mon, 27 Aug 2018 14:28:18 GMT 0
7.1.0-ci20180827T140858 10.55 KB Mon, 27 Aug 2018 14:10:56 GMT 0
7.1.0-ci20180814T122717 10.54 KB Tue, 14 Aug 2018 12:29:32 GMT 0
7.1.0-ci20180814T120316 10.54 KB Tue, 14 Aug 2018 12:05:28 GMT 0
7.1.0-ci20180809T151353 10.55 KB Thu, 09 Aug 2018 15:15:39 GMT 0
7.1.0-ci20180809T133132 10.55 KB Thu, 09 Aug 2018 13:33:47 GMT 0