Released this a while back; and at the time it was an Elixir wrapper around the Erlang client to communicate with Sphinx Search in it’s native protocol. These days it still does that but now supports SphinxQL, the recommended way to connect and query with Sphinx (HTTP support also included). I’m doing this because of a love for Sphinx and because I’m using it in production. It’s the search daemon/indexer that can keep up with Erlangs concurrency and robustness. Because of how efficient and easy to scale it is I choose it over ElasticSearch and the gang of Java fulltext libraries every time so far. This library is also compatible with the recent fork Manticore Search.
Sphinx requires a little more configuration out of the gate so I’m trying to make this library assist beginners by generating config with sensible defaults and having mix alias for several of the index and searchd commands to get up and running. Any issues and suggestions from search enthusiasts welcome! I’ll be particularly active on this lib over the next couple months.