Indexing

We will first describe what indexing is, and then we will make our way forward to distributing indexes over many nodes.

Indexing

Indexing is organizing and manipulating data to facilitate fast and accurate information retrieval.

Building a searchable index

The simplest way to build a searchable index is to assign a unique ID to each document and store it in a database table, as shown in the following table. The first column in the table is the ID of the text, and the second column contains the text in each document.

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy