Welcome to the final part of this series! Finally, after some blood, sweat, and a few keystrokes, you’ve arrived at part 4! In this part…
13 CommentsCategory: Elasticsearch
Published April 28, 2018
Implementing a Google-like search engine using ASP.NET Core and Elasticsearch NEST 5.x (Part 3/4)
Now that we’ve indexed some data, we should have a way of actually searching it. For this purpose, we’re going to implement the SearchService class,…
Leave a Comment
Published April 23, 2018
Reading and indexing data in Elasticsearch using ASP.NET Core and NEST 5.x (Part 2/4)
In part 1 we provided our .NET application with a way of communication with our Elastic cluster. In this part we’ll be indexing the actual…
8 Comments
Published April 16, 2018
Connecting your ASP.NET Core application to Elasticsearch using NEST 5.x (Part 1/4)
Hello! My name is Dobromir Nikolov and in this tutorial I’m going to teach you how you can integrate ASP.NET Core together with Elastic and…
7 Comments