Skip to content
On this page

Search engines

Use Microfuzz on web clients for fuzzy searching. Used Fuse before with great success too.

Meilisearch is neat together with their tokenizer lib they use. More practically DocSearch or Liqe are great for plug and use solution.

Tantivy, Quickwit, Edgesearch & bloop are interesting too.

Use Lyra or Liqe for doing browser side searches. classes.wtf is great implementation of fast search. Fuse is interesting for fuzzy searches.

Spyglass is nice too for crawling & indexing various web services.

SEAL is interesting way to build search engines using language models.

Want to build my own version of Monocle to search over my data.

Search Engine in Rust is nice watch.

Want to build an app like this or RewindAI but open source.

Notes