Manticoresearch

February 5, 2025 · View on GitHub

С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

Compatibility table

manticoresearch-elixirManticore SearchElixirCompatibility
4.0.0Worked with 6.2.0v1.15.0✅ Fully Compatible
2.0.0 to 4.0.04.2.1 to 6.2.0v1.13.0✅ Fully Compatible
1.0.0 to 2.0.04.2.1 to 6.2.0v1.13.0⚠️ Partially Compatible
1.0.0 to 2.0.04.0.2 to 4.2.1v1.12.0✅ Fully Compatible

Documentation available at HexDocs.