From 43b0cd97510710632bce1fdc57a3e6643648a703 Mon Sep 17 00:00:00 2001 From: Alex Wellnitz Date: Mon, 16 Dec 2024 17:43:38 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 626a843..770d079 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ This project is a learning exercise and is not intended for production use. - Indexing documents: The search engine maintains an index of documents, where each document is associated with a unique identifier. - Searching: Given a query, the search engine returns the most relevant documents. +- BTree: The index is saved as a BTreeMap on the hard disk and loaded from the hard disk into RAM when the system is started. ### Usage