Home

Awesome

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 Searchmanticoresearch-elixirElixir
>= 6.2.04.0.0>= 2.0
>= 4.2.12.0.x>= 2.0
>= 4.0.21.0.x>= 2.0

Documentation available at HexDocs.