Elixir Text Search

I’ve got a small-scale text search project that I’d like to write in Elixir. I’d like a pure Elixir executable - not a driver for ElasticSearch or some other 3rd party backend. After going thru Jose’s word-frequency example, it seems to me that GenStage would be ideal for text indexing & search.

I’d like something similar to the Ruby gem Picky. Does anyone knows of a text-search library for Erlang/Elixir?

2 Likes