From ff2d63daa14610d5df8e7f15fcfd6845b79075da Mon Sep 17 00:00:00 2001 From: Alex Wellnitz Date: Tue, 13 Feb 2024 18:00:57 +0100 Subject: [PATCH] docs: add note about project not intended for production use --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f09b29e..b01a8d3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ # RustySearch This project is a simple implementation of a search engine in Rust. It uses the BM25 algorithm for ranking documents. +This project is a learning exercise and is not intended for production use. ### Features