<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>IR on Aakash Thatte</title><link>https://sky-2002.github.io/tags/ir/</link><description>Recent content in IR on Aakash Thatte</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 18 Jun 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://sky-2002.github.io/tags/ir/index.xml" rel="self" type="application/rss+xml"/><item><title>Indexing in information retrieval</title><link>https://sky-2002.github.io/posts/2023-06-18-indexing/</link><pubDate>Sun, 18 Jun 2023 00:00:00 +0000</pubDate><guid>https://sky-2002.github.io/posts/2023-06-18-indexing/</guid><description>&lt;p&gt;Hello. This blog is about indexing techniques used in information retrieval. I will try to cover some basic indexing techniques and also provide code for some of them.&lt;/p&gt;
&lt;h4 id="what-is-indexing"&gt;&lt;strong&gt;What is indexing?&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;An index is a data structure that is created to efficiently store and retrieve information from a collection of documents or data. The index allows for quick lookup and retrieval of documents based on user queries or search terms. In search engines, web pages are indexed, when user enters a query, the engine finds the relevant documents quickly using the index. Below are some indexing techniques:&lt;/p&gt;</description></item></channel></rss>