From 86080b8535416470fa6784f74f31b721509ac649 Mon Sep 17 00:00:00 2001 From: Biswarup Ghosh <3104317+AiDinho@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:52:46 -0400 Subject: [PATCH 1/3] Added Ruosh - a full text search library in python with rust backend ruosh is a full-text search library for Python. It has a Whoosh-like API, but the search engine underneath is Tantivy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a53434a..36b14ca 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ - [ahocorasick_rs](https://github.com/G-Research/ahocorasick_rs/) - Fast multi-pattern string search using the Aho-Corasick algorithm, 1.5-7x faster than alternatives. - [tantivy-py](https://github.com/quickwit-oss/tantivy-py) - Python bindings for Tantivy, a full-text search engine library (Lucene alternative). +- [ruosh](https://github.com/AiDinho/ruosh) - ruosh is a full-text search library for Python. It has a Whoosh-like API, the search engine underneath is Tantivy ## Serialization & Parsing From 813326a5f160f517ef2ec5fb7273ed806ee704b0 Mon Sep 17 00:00:00 2001 From: Biswarup Ghosh <3104317+AiDinho@users.noreply.github.com> Date: Tue, 28 Apr 2026 06:58:37 -0400 Subject: [PATCH 2/3] Update README.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36b14ca..bb71612 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ - [ahocorasick_rs](https://github.com/G-Research/ahocorasick_rs/) - Fast multi-pattern string search using the Aho-Corasick algorithm, 1.5-7x faster than alternatives. - [tantivy-py](https://github.com/quickwit-oss/tantivy-py) - Python bindings for Tantivy, a full-text search engine library (Lucene alternative). -- [ruosh](https://github.com/AiDinho/ruosh) - ruosh is a full-text search library for Python. It has a Whoosh-like API, the search engine underneath is Tantivy +- [ruosh](https://github.com/AiDinho/ruosh) - Ruosh is a full-text search library for Python. It has a Whoosh-like API, but the search engine underneath is Tantivy. ## Serialization & Parsing From 53b7210e064eb450e88792bc206cb55b29b3729e Mon Sep 17 00:00:00 2001 From: Biswarup Ghosh <3104317+AiDinho@users.noreply.github.com> Date: Tue, 28 Apr 2026 08:34:15 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb71612..d97d0f4 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ - [ahocorasick_rs](https://github.com/G-Research/ahocorasick_rs/) - Fast multi-pattern string search using the Aho-Corasick algorithm, 1.5-7x faster than alternatives. - [tantivy-py](https://github.com/quickwit-oss/tantivy-py) - Python bindings for Tantivy, a full-text search engine library (Lucene alternative). -- [ruosh](https://github.com/AiDinho/ruosh) - Ruosh is a full-text search library for Python. It has a Whoosh-like API, but the search engine underneath is Tantivy. +- [ruosh](https://github.com/AiDinho/ruosh) - A pythonic full-text search library with a Whoosh-like API, but the search engine underneath is Tantivy. ## Serialization & Parsing