https://github.com/manticoresoftware/manticoresearch-elixir
Official Elixir client for Manticore Search
https://github.com/manticoresoftware/manticoresearch-elixir
Last synced: 10 months ago
JSON representation
Official Elixir client for Manticore Search
- Host: GitHub
- URL: https://github.com/manticoresoftware/manticoresearch-elixir
- Owner: manticoresoftware
- License: mit
- Created: 2020-09-08T12:58:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T09:43:30.000Z (about 1 year ago)
- Last Synced: 2025-06-27T14:18:59.492Z (11 months ago)
- Language: Elixir
- Homepage:
- Size: 49.8 KB
- Stars: 19
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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`:
```elixir
def deps do
[{:manticoresearch, "~> 0.1.0"}]
end
```
## Compatibility table
| **manticoresearch-elixir** | **Manticore Search** | **Elixir** | **Compatibility** |
| ---------------------------| --------------------- | -----------| ------------------------|
| 4.0.0 | Worked with 6.2.0 | v1.15.0 | ✅ Fully Compatible |
| 2.0.0 to 4.0.0 | 4.2.1 to 6.2.0 | v1.13.0 | ✅ Fully Compatible |
| 1.0.0 to 2.0.0 | 4.2.1 to 6.2.0 | v1.13.0 | ⚠️ Partially Compatible |
| 1.0.0 to 2.0.0 | 4.0.2 to 4.2.1 | v1.12.0 | ✅ Fully Compatible |
Documentation available at [HexDocs](https://hexdocs.pm/manticoresearch).