elasticsearch-net-next - NEST 7.1.0-ci20180918T133109
Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of requests and responses. Uses and exposes Elasticsearch.Net
PM> Install-Package NEST -Version 7.1.0-ci20180918T133109 -Source https://www.myget.org/F/elasticsearch-net-next/api/v3/index.json
> nuget.exe install NEST -Version 7.1.0-ci20180918T133109 -Source https://www.myget.org/F/elasticsearch-net-next/api/v3/index.json
> dotnet add package NEST --version 7.1.0-ci20180918T133109 --source https://www.myget.org/F/elasticsearch-net-next/api/v3/index.json
source https://www.myget.org/F/elasticsearch-net-next/api/v3/index.json
nuget NEST ~> 7.1.0-ci20180918T133109
Copy to clipboard
> choco install NEST --version 7.1.0-ci20180918T133109 --source https://www.myget.org/F/elasticsearch-net-next/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "elasticsearch-net-next" -SourceLocation "https://www.myget.org/F/elasticsearch-net-next/api/v2"
Install-Module -Name "NEST" -RequiredVersion "7.1.0-ci20180918T133109" -Repository "elasticsearch-net-next" -AllowPreRelease
Copy to clipboard
Elasticsearch .NET Client
Repository for Elastic.Clients.Elasticsearch the official .NET client for Elasticsearch. Older branches include both previous clients, NEST and Elasticsearch.Net.
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.).
Compatibility
Language clients are forward compatible; meaning that the clients support communicating with greater or equal minor versions of Elasticsearch without breaking. It does not mean that the clients automatically support new features of newer Elasticsearch versions; it is only possible after a release of a new client version. For example, a 8.12 client version won't automatically support the new features of the 8.13 version of Elasticsearch, the 8.13 client version is required for that. Elasticsearch language clients are only backwards compatible with default distributions and without guarantees made.
Elasticsearch Version | Elasticsearch-NET Branch | Supported |
---|---|---|
main | main | |
8.x | 8.x | 8.x |
7.x | 7.x | 7.17 |
Installation
Refer to the Installation section of the getting started documentation.
Connecting
Refer to the Connecting section of the getting started documentation.
Usage
- Creating an index
- Indexing a document
- Getting documents
- Searching documents
- Updating documents
- Deleting documents
- Deleting an index
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.
Versions
Elasticsearch 8.x Clusters
We have released the next generation of the .NET client for Elasticsearch, which
aligns with v8 of Elasticsearch. We have renamed this library
Elastic.Clients.Elasticsearch
, and the packages are published on
NuGet. The
8.0.x versions do not offer complete feature parity with the existing NEST
client. We therefore recommend you thoroughly review our
release notes and migration guidance
before attempting to migrate existing applications to the
Elastic.Clients.Elasticsearch
library.
Until the new client supports all endpoints and features your application
requires, you may continue to use the latest 7.17.x
client to communicate with
Elasticsearch v8 servers. Please review
our documentation,
which describes how to enable compatibility mode and secure communications with
a v8 cluster.
Elasticsearch 7.x Clusters
We recommend using the latest 7.17.x
NEST client to communicate with
Elasticsearch v7 servers.
Contributing
See CONTRIBUTING.md
Copyright and License
This software is Copyright (c) 2014-2022 by Elasticsearch BV.
This is free software, licensed under The Apache License Version 2.0.
-
.NETStandard 2.0
- Elasticsearch.Net (>= 7.1.0-ci20180918T133109 && < 8.0.0)
- System.ComponentModel.TypeConverter (>= 4.3.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
- .NETStandard 2.0: 2.0.0.0
OwnersRuss Cam codebrain Martijn Laarman |
AuthorsElastic and contributors |
Project URLhttps://github.com/elastic/elasticsearch-net |
LicenseApache-2.0 |
Tagselasticsearch,elastic,search,lucene,nest |
Info14 total downloads |
1 downloads for version 7.1.0-ci20180918T133109 |
Download (1.57 MB) |
Found on the current feed only |
Package history
Version | Size | Last updated | Downloads | Mirrored? | |||
---|---|---|---|---|---|---|---|
7.1.0-ci20181121T152929 | 1.62 MB | Wed, 21 Nov 2018 15:31:53 GMT | 3 | ||||
7.1.0-ci20181026T072609 | 1.61 MB | Fri, 26 Oct 2018 07:28:24 GMT | 2 | ||||
7.1.0-ci20181017T085729 | 1.57 MB | Wed, 17 Oct 2018 08:59:25 GMT | 3 | ||||
7.1.0-ci20181017T030053 | 1.57 MB | Wed, 17 Oct 2018 03:02:47 GMT | 1 | ||||
7.1.0-ci20181016T003622 | 1.57 MB | Tue, 16 Oct 2018 00:38:16 GMT | 1 | ||||
7.1.0-ci20180924T160755 | 1.57 MB | Mon, 24 Sep 2018 16:09:51 GMT | 1 | ||||
7.1.0-ci20180918T141150 | 1.57 MB | Tue, 18 Sep 2018 14:13:46 GMT | 1 | ||||
7.1.0-ci20180918T133109 | 1.57 MB | Tue, 18 Sep 2018 13:33:09 GMT | 1 | ||||
7.1.0-ci20180918T110109 | 1.57 MB | Tue, 18 Sep 2018 11:02:56 GMT | 0 | ||||
7.1.0-ci20180918T105542 | 1.56 MB | Tue, 18 Sep 2018 10:58:44 GMT | 1 |