Hacker News new | ask | show | jobs
Show HN: Ruosh,full-text search library in Python backed by Tantivy
1 points by bisgh 61 days ago
I built ruosh because all the python based full text search is either slow or dont have the functionalities of a search library , wanted something with a familiar Python API( think of whoosh) that didn't require standing up Elasticsearch.

pip install ruosh

https://github.com/AiDinho/ruosh

1 comments

Honestly, a pretty nice idea if you just want search without installing a bunch of dependencies/infra. I haven't used Tantivy, but I have a project it seems perfect for!
That's exactly the use case it's built for. Would be curious to hear how it goes if you try it, happy to help if you run into anything.