paint-brush
Analyzer in Elasticsearch: An Introductionby@brilianfird
1,200 reads
1,200 reads

Analyzer in Elasticsearch: An Introduction

by Brilian Firdaus6mNovember 23rd, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

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.

Company Mentioned

Mention Thumbnail
featured image - Analyzer in Elasticsearch: An Introduction
Brilian Firdaus HackerNoon profile picture
Brilian Firdaus

Brilian Firdaus

@brilianfird

A Software Engineer based in Indonesia.

Learn More
LEARN MORE ABOUT @BRILIANFIRD'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Brilian Firdaus HackerNoon profile picture
Brilian Firdaus@brilianfird
A Software Engineer based in Indonesia.

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here