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

Sorting the Results on Relevancy Score

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

We can sort the documents based on one or more fields in addition to sorting on the document’s relevancy score.…

Continue ReadingSorting the Results on Relevancy Score

Manipulating Search Results

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

You may have observed that search queries return the results from the original documents specified with the _source field. Occasionally, we…

Continue ReadingManipulating Search Results

Search fundamentals

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

In this article, let’s look at the search API and learn about ways to invoke the engine to carry out…

Continue ReadingSearch fundamentals

How does search work?

  • Post author:Madhusudhan Konda
  • Post published:October 29, 2022
  • Post category:Elasticsearch/Elasticsearch in Action

A lot happens when a user invokes a search query against Elasticsearch. Although we touched on the mechanics earlier, let’s…

Continue ReadingHow does search work?

Exists Queries

  • Post author:Madhusudhan Konda
  • Post published:October 23, 2022
  • Post category:Elasticsearch/Elasticsearch in Action

Documents are expected to have hundreds of fields — for example, a tweet consists of hundreds of field and so…

Continue ReadingExists Queries

IDs queries

  • Post author:Madhusudhan Konda
  • Post published:October 23, 2022
  • Post category:Elasticsearch/Elasticsearch in Action

At times, we may have a set of IDs that we would like to get them from Elasticsearch. The IDs…

Continue ReadingIDs queries

Terms and Terms Lookup Queries

  • Post author:Madhusudhan Konda
  • Post published:October 23, 2022
  • Post category:Elasticsearch/Elasticsearch in Action

As the name suggests, the terms (note down the plural) query searches multiple criteria against a single field. That is, we can…

Continue ReadingTerms and Terms Lookup Queries

Range queries

  • Post author:Madhusudhan Konda
  • Post published:October 22, 2022
  • Post category:Elasticsearch/Elasticsearch in Action

Oftentimes, we need a set of data that falls within a range: flights that were delayed between certain dates, profit…

Continue ReadingRange queries

Wildcard queries

  • Post author:Madhusudhan Konda
  • Post published:August 21, 2022
  • Post category:Elasticsearch/Elasticsearch in Action

The sourcecode for this (and other topics) code is available here on my GitHub repo. You can download the movies data and index them.…

Continue ReadingWildcard queries

Prefix Queries

  • Post author:Madhusudhan Konda
  • Post published:August 7, 2022
  • Post category:Elasticsearch/Elasticsearch in Action

At times we might want to query for words using a prefix, like Leo for Leonardo or Mar for Marlon Brando, Mark Hamill, or…

Continue ReadingPrefix Queries
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • Go to the next page
Copyright 2025 - Chocolate Minds