ElasticSearch
ElasticSearch is an open source, Java-based, search engine built on Lucene. I've worked quite a lot with ElasticSearch during the development of EPiServer Find.
ElasticSearch is an open source, Java-based, search engine built on Lucene. I've worked quite a lot with ElasticSearch during the development of EPiServer Find.
JSON doesn't have a date type. Yet ElasticSearch can automatically map date fields for us. While this "just works" most of the time, it can be a good idea to help ElasticSearch help us by instead using naming conventions for dates. Here's why, and how.
There's one situation where we need to help ElasticSearch to understand the structure of our data in order to be able to query it fully - when dealing with arrays of complex objects.
How to answer questions such as "average number of orders per customer during November?" that would be easy using GROUP BY in a relational database isn't always obvious when using ElasticSearch. Here's one solution, using child documents.
ElasticSearch is a highly scalable open source search engine with a REST API that is hard not to love. In this tutorial we'll look at some of the key concepts when getting started with ElasticSearch.
ElasticSearch is a great and powerful open source search engine that can be used to solve a great range of problems. Here we'll take a look at how we can use ElasticSearch in an ASP.NET MVC application.
Search engines are powerful. Truffler is a search solution that helps .NET developers leverage that power. Easily. While having fun.