1 min read

Search Elasticsearch

Search Elasticsearch
Photo by Norbert Kowalczyk / Unsplash

Elasticsearch is one of the most popular search engines, based on Lucene library. Previously, this site published an article that explained how to install and configure Elasticsearch, as well as how to use basic query types, filters, and data grouping.

In this article, I want to focus only on search. We'll look at how parsers and tokenizers work and figure out how to use them all effectively to organize searches.