Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 1.08 KB

README.md

File metadata and controls

20 lines (10 loc) · 1.08 KB

NuSearch

A tutorial repository that helps you get started with Elasticsearch through NEST, the official Elasticsearch .NET high level client.

This tutorial builds an ASP.NET Core web application that searches Nuget packages

nusearch

Elasticsearch 7.x

To follow the tutorial for the latest stable Elasticsearch version (7.x) use the 7.x branch

Or if you need to cheat/peek at the final solution checkout 7.x-codecomplete

Elasticsearch 6.x

To follow the tutorial for the latest stable Elasticsearch version (6.x) use the 6.x-netcore branch

Or if you need to cheat/peek at the final solution checkout 6.x-codecomplete-netcore