<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: BigData Boutique</title>
    <description>The latest articles on DEV Community by BigData Boutique (@bigdataboutique).</description>
    <link>https://dev.to/bigdataboutique</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1193437%2F3fd2bcaa-377a-4f89-870a-4acb5f898a7c.png</url>
      <title>DEV Community: BigData Boutique</title>
      <link>https://dev.to/bigdataboutique</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bigdataboutique"/>
    <language>en</language>
    <item>
      <title>Optimizing Elasticsearch Relevance: A Detailed Guide</title>
      <dc:creator>BigData Boutique</dc:creator>
      <pubDate>Mon, 06 Nov 2023 11:35:47 +0000</pubDate>
      <link>https://dev.to/bigdataboutique/optimizing-elasticsearch-relevance-a-detailed-guide-2i2d</link>
      <guid>https://dev.to/bigdataboutique/optimizing-elasticsearch-relevance-a-detailed-guide-2i2d</guid>
      <description>&lt;p&gt;How to optimize search results ranking on Elasticsearch and OpenSearch - from the very first steps to the more advanced features it offers.&lt;/p&gt;

&lt;p&gt;Elasticsearch (ES) has been dominating the backend of text search apps that are built for heavy usage and top performance. It’s a text-based search engine database that allows you to index, search, and analyze vast volumes of documents within seconds. The near real-time response is achievable by leveraging a unique indexing algorithm that in addition allows distribution across multiple machines and clusters, to support search at scale.&lt;/p&gt;

&lt;p&gt;However, performance in terms of query speed and latency is not the only thing you want to have optimized when working with search engine software like Elasticsearch. Retrieving and correctly ranking the relevant documents is a challenge by itself, one that's often viewed as a tradeoff between how fast the results are returned and what’s their relevancy. ES has multiple techniques to improve search relevance ranking, including built in ML features. In this blog post, I’ll demonstrate how you can set up a cluster and apply some methods to control the relevance of the results.&lt;/p&gt;

&lt;p&gt;Read more here: &lt;a href="https://bigdataboutique.com/blog/optimizing-elasticsearch-relevance-a-detailed-guide-c9efd3"&gt;https://bigdataboutique.com/blog/optimizing-elasticsearch-relevance-a-detailed-guide-c9efd3&lt;/a&gt;&lt;/p&gt;

</description>
      <category>elasticsearch</category>
      <category>opensearch</category>
    </item>
    <item>
      <title>Elasticsearch Monitoring - Choosing the right tool</title>
      <dc:creator>BigData Boutique</dc:creator>
      <pubDate>Wed, 25 Oct 2023 06:48:22 +0000</pubDate>
      <link>https://dev.to/bigdataboutique/elasticsearch-monitoring-3764</link>
      <guid>https://dev.to/bigdataboutique/elasticsearch-monitoring-3764</guid>
      <description>&lt;p&gt;Elasticsearch is one of the most popular software tools in the industry. It is used for Search, of course, but also for Observability, Security Information and Event Management (SIEM), and in recent Elasticsearch versions, even as a Vector Database.&lt;/p&gt;

&lt;p&gt;This makes Elasticsearch a critical part of the software stack of many companies. And as such it has to be closely monitored.&lt;/p&gt;

&lt;p&gt;Here is a thorough review of tools for monitoring Elasticsearch clusters, to help keep them stable and at high performance.&lt;/p&gt;

&lt;p&gt;Read more here: &lt;a href="https://bigdataboutique.com/blog/elasticsearch-monitoring-choosing-the-right-tool-4c5d17"&gt;https://bigdataboutique.com/blog/elasticsearch-monitoring-choosing-the-right-tool-4c5d17&lt;/a&gt;&lt;/p&gt;

</description>
      <category>elasticsearch</category>
      <category>monitoring</category>
      <category>elk</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
