hacker news Hacker News
  1. new
  2. show
  3. ask
  4. jobs

Show HN: Ruosh,full-text search library in Python backed by Tantivy

1 points

by bisgh

19 hours ago

1 comments

story

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

loading...