Indexing
Indexing is a method of organizing data or information so that specific items can be found and retrieved more quickly. Much like the index at the back of a book points you to the right page, an index provides a structured way to locate content without searching through everything. The goal is generally to improve the speed and efficiency of retrieval.
Indexing refers to techniques for structuring data or information to optimize retrieval performance, typically by reducing the effort required to locate specific items. In database contexts, an index is a data structure that speeds up query operations by minimizing disk accesses and imposing an order on otherwise unordered data to maximize search efficiency. In web search contexts, indexing describes the process by which a search engine crawler visits, analyzes, and stores content so it can later be surfaced in response to queries. Across these applications, the common principle is the organization of data or information to improve retrieval speed and efficiency; the specific mechanisms and scope depend on the system in question. Note that the evidence available here addresses indexing in database and web-search senses rather than the classification and metadata-based indexing used within recordkeeping systems, so this definition should not be read as fully describing indexing as applied to records management.
Why it matters
Indexing addresses one of the most persistent practical challenges in information retrieval: locating specific items quickly within large or unordered collections. Without an index, a system may have to examine every item in turn to find what is needed, which becomes increasingly inefficient as the volume of data grows. By imposing structure and order on otherwise unordered content, indexing reduces the effort required to retrieve a given item, and in database contexts this typically translates into fewer disk accesses and faster query performance.
The importance of indexing extends beyond raw speed. In web-search contexts, whether content has been indexed at all determines whether it can be surfaced in response to a query; content that a crawler has not visited, analyzed, and stored generally cannot be returned to a user. Retrieval efficiency and discoverability are therefore closely linked, and the design of an index shapes what can be found and how readily.
A note of caution is warranted for recordkeeping professionals. The evidence underpinning this entry concerns indexing in the database and web-search senses, not the classification and metadata-based indexing used within recordkeeping systems. While the general principle of organizing information to improve retrieval carries across these domains, the specific mechanisms, objectives, and control requirements of records indexing differ and are not fully described here.
Who it's relevant to
Inside Indexing
Common questions
Answers to the questions practitioners most commonly ask about Indexing.