https://github.com/elastic/elasticsearch-net-example
A tutorial repository for Elasticsearch and NEST
https://github.com/elastic/elasticsearch-net-example
Last synced: 3 months ago
JSON representation
A tutorial repository for Elasticsearch and NEST
- Host: GitHub
- URL: https://github.com/elastic/elasticsearch-net-example
- Owner: elastic
- Created: 2015-04-10T20:59:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T18:38:48.000Z (over 3 years ago)
- Last Synced: 2024-09-27T15:41:03.828Z (over 1 year ago)
- Homepage:
- Size: 93 MB
- Stars: 312
- Watchers: 359
- Forks: 95
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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

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