С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
To install the required dependencies and to build the elixir project, run:
mix local.hex --force
mix do deps.get, compile
Add manticoresearch
to your list of dependencies in mix.exs
:
def deps do
[{:manticoresearch, "~> 0.1.0"}]
end
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.