manticoresearch-elixir
manticoresearch-elixir copied to clipboard
Official Elixir client for Manticore Search
Manticoresearch
Сlient for Manticore Search.
❗ WARNING: this is a development version of the client. The latest release's readme is https://github.com/manticoresoftware/manticoresearch-elixir/tree/4.0.0
Building
To install the required dependencies and to build the elixir project, run:
mix local.hex --force
mix do deps.get, compile
Installation
Add manticoresearch to your list of dependencies in mix.exs:
def deps do
[{:manticoresearch, "~> 0.1.0"}]
end
Requirements
| Manticore Search | manticoresearch-elixir | Elixir |
|---|---|---|
| >= 6.2.0 | 4.0.0 | >= 2.0 |
| >= 4.2.1 | 2.0.x | >= 2.0 |
| >= 4.0.2 | 1.0.x | >= 2.0 |
Documentation available at HexDocs.