facebook
ElasticSearch: advanced features

ElasticSearch: advanced features

In my last article, we talked about the use of ElasticSearch as a simple full-text search engine, how to install and configure it in a quick way and how to integrate it in our .NET Web application. Today, we are going to show you, still in the context of an...
How to integrate ElasticSearch in ASP.NET Core

How to integrate ElasticSearch in ASP.NET Core

I’d bet you’ve certainly been asked to add advanced search features to your Web application, and often a full-text Google-like search.During the development of an e-commerce of technology, we were asked to allow users to perform advanced research on the products, so...