Analyzer in Elasticsearch: An Introduction

Written by brilianfird | Published 2020/11/23
Tech Story Tags: elasticsearch | programming | software-development | analyzer-in-elasticsearch | tutorial | latest-tech-stories | indexing | querying | web-monetization

TLDR A good search engine is a search engine that returns relevant documents. Elasticsearch uses Analyzer to control which documents are more relevant when querying. Inverted Index is a data structure for storing a mapping between token to document identifiers that have the term. An Analyzer will first transform and split the text into tokens before saving it to the Inverted index. The analyzer will affect how we search the text, but it won’t affect the content of the text itself. The Elasticsearch will only get the documents with the same term as the one queried.via the TL;DR App

no story

Written by brilianfird | A Software Engineer based in Indonesia. Blog: https://codecurated.com
Published by HackerNoon on 2020/11/23