Skip to content

elastic/elasticsearch-net-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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