Update README.md

This commit is contained in:
Alex Wellnitz 2024-12-16 17:43:58 +01:00 committed by GitHub
parent 3d1e7527d2
commit 12aaf94282
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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