elastix icon indicating copy to clipboard operation
elastix copied to clipboard

A simple Elasticsearch REST client written in Elixir.

Results 13 elastix issues
Sort by recently updated
recently updated
newest added

How is the code now to assign as mapping settings? I'm trying a few ways with a new application, but I only have this return error: Types cannot be provided...

On production elasticsearch is behind a proxy and when process is down the status code is 502, this result of this stacktrace: ``` "** (CaseClauseError) no case clause matching: 502\n...

**Description** Currently, we're using HTTPoison by default. This might introduce issues like we won't be able to trace this request. If possible, can we write behavior for HTTP lib and...

Hey Is there a API to update the index settings or to setup it together the mapping using Elastix?

Elasticsearch 7.0 removes types from indexes, which has some incompatible changes to the APIs. This PR adds support while keeping compatibility. Mostly this works fine, except that I could not...

help wanted

Thanks for this library! I'm evaluating elastix and [elasticsearch-elixir](https://github.com/danielberkompas/elasticsearch-elixir) for a production app and was wondering if you have any thoughts, however brief, on how these libraries might compare? Might...

Hey guys, my [pull request](https://github.com/werbitzky/elastix/pull/59) to update the poison version has been approved and merged, however the dependency version was not updated in [package manager](https://hex.pm/packages/elastix). Can anyone update please?

Should fix #49. I added some tests, I'm not sure if it covers every case. @dalenavi do they cover your issue?

I see count function added into Elastix.search module but release 0.5.0 didnt have that. When are you planning to release next version?

help wanted

Given an elasticsearch target, namespaced into a sub-path by nginx, when I pass the full host+path into Elastix.Search.search (and other functions also) then the path component of the elasticsearch url...

help wanted
good first issue