Blog subject

Uncategorized

Articles without an extracted category mapping.

87 articlesArticles filed under this subject, ordered from newest to oldest.
uncategorized4 min read

Elasticsearch Query Optimisation for Relevant Search Results

Elasticsearch, as the name suggests, is primarily used for its fast search capabilities. But have you ever wondered how scoring happens in the background and why certain documents are given more scoring compared to the rest? In this two-part series, we will be focusing on how to write simple to complex search queries followed by which we will be explaining the calculations that happen under the hood using the explain API.

Read article