This document provides an introduction to information retrieval. It defines information retrieval as representing, storing, organizing, and accessing information items, usually based on keyword representations. The primary goal of an information retrieval system is to retrieve all documents relevant to a user's query while retrieving as few non-relevant documents as possible. The document outlines several key components of an information retrieval system including documents, queries, indexing, similarity computation, and ranking.