isabella232 / elasticsearch-net-example

A tutorial repository for Elasticsearch and NEST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A tutorial repository for Elasticsearch and NEST