An open API service indexing awesome lists of open source software.

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

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

![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)