# elasticsearch-net-example **Repository Path**: mirrors_elastic/elasticsearch-net-example ## Basic Information - **Project Name**: elasticsearch-net-example - **Description**: A tutorial repository for Elasticsearch and NEST - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NuSearch A tutorial repository that helps you get started with Elasticsearch through [NEST, the official Elasticsearch .NET high level client](https://github.com/elastic/elasticsearch-net). This tutorial builds an ASP.NET Core web application that searches Nuget packages ![nusearch](https://github.com/elastic/elasticsearch-net-example/blob/7.x/readme-images/0-one-i-built-earlier.PNG) ## Elasticsearch 7.x To follow the tutorial for the latest stable Elasticsearch version (7.x) use the [7.x branch](https://github.com/elastic/elasticsearch-net-example/tree/7.x) Or if you need to cheat/peek at the final solution checkout [7.x-codecomplete](https://github.com/elastic/elasticsearch-net-example/tree/7.x-codecomplete) ## Elasticsearch 6.x To follow the tutorial for the latest stable Elasticsearch version (6.x) use the [6.x-netcore branch](https://github.com/elastic/elasticsearch-net-example/tree/6.x-netcore) Or if you need to cheat/peek at the final solution checkout [6.x-codecomplete-netcore](https://github.com/elastic/elasticsearch-net-example/tree/6.x-codecomplete-netcore)