Skip to content
Chocolate Minds
  • About Us
  • Blog
  • Newsletter
  • Toggle website search
Menu Close
  • About Us
  • Blog
  • Newsletter
  • Toggle website search

Introducing and Registering snapshots (1/3)

  • Post author:Madhusudhan Konda
  • Post published:December 18, 2022
  • Post category:Elasticsearch/Elasticsearch in Action

Mini-series of Snapshotting Feature Introducing and Registering the Snapshots Creating and Restoring Snapshots Automating snapshots Introduction to Snapshotting Running applications…

Continue ReadingIntroducing and Registering snapshots (1/3)

Shard Sizing

  • Post author:Madhusudhan Konda
  • Post published:December 17, 2022
  • Post category:Elasticsearch/Elasticsearch in Action

One question that always arises when we talk about shards is the sizing. For argument’s sake, we will focus on…

Continue ReadingShard Sizing

Scaling the Cluster

  • Post author:Madhusudhan Konda
  • Post published:December 17, 2022
  • Post category:Elasticsearch/Elasticsearch in Action

One powerful feature of Elasticsearch is its ability to scale up the server to provide petabytes of data. There is…

Continue ReadingScaling the Cluster

Pinned and More Like This Queries

  • Post author:Madhusudhan Konda
  • Post published:November 18, 2022
  • Post category:Elasticsearch/Elasticsearch in Action

Elasticsearch has a handful of advanced queries dedicated to serving specialized functions. For example, finding similarly looking documents using more_like_this query or…

Continue ReadingPinned and More Like This Queries

Percolator Queries

  • Post author:Madhusudhan Konda
  • Post published:November 17, 2022
  • Post category:Elasticsearch/Elasticsearch in Action

In this article, we explore all about percolate queries. Searching for a set of documents given an input is straightforward. All we…

Continue ReadingPercolator Queries

Boosting scores using Distance Feature Query

  • Post author:Madhusudhan Konda
  • Post published:November 16, 2022
  • Post category:Elasticsearch/Elasticsearch in Action

Elasticsearch has a handful of advanced queries dedicated to serving a specialized function. For example, boosting the score for cafes…

Continue ReadingBoosting scores using Distance Feature Query

Source Filtering

  • Post author:Madhusudhan Konda
  • Post published:November 8, 2022
  • Post category:Elasticsearch/Elasticsearch in Action

Earlier in other articles we’ve set the _sourceflag to false to suppress the documents returned in the response. Although we used it for…

Continue ReadingSource Filtering

Explanation of the Scores

  • Post author:Madhusudhan Konda
  • Post published:November 4, 2022
  • Post category:Elasticsearch/Elasticsearch in Action

Elasticsearch provides a mechanism to understand the makeup of relevancy scores. This mechanism tells us exactly how the engine calculates…

Continue ReadingExplanation of the Scores

Boosting Indices (using indices_boost)

  • Post author:Madhusudhan Konda
  • Post published:November 3, 2022
  • Post category:Elasticsearch/Elasticsearch in Action

When we search across multiple indices, we may want to have a document found in one index take precedence over…

Continue ReadingBoosting Indices (using indices_boost)

Pagination, Sorting and Highlighting Features

  • Post author:Madhusudhan Konda
  • Post published:November 3, 2022
  • Post category:Elasticsearch/Elasticsearch in Action

Elasticsearch provides capabilities to add additional features such as pagination, sorting, field manipulation and others to the queries and its…

Continue ReadingPagination, Sorting and Highlighting Features
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • Go to the next page
Copyright 2025 - Chocolate Minds