graveyard v0.6.1 Graveyard.Record View Source

This the basic entity of graveyard.

Link to this section Summary

Link to this section Functions

Link to this function destroy(id, opts \\ %{}) View Source
Link to this function group(filters \\ [], aggs \\ [], opts \\ %{}) View Source
Link to this function insert(raw, opts \\ %{}) View Source

Stores a map into ElasticsSearch. Returns {:ok, record} if success, {:error, error} otherwise

Link to this function search(filters \\ [], page \\ 1, page_size \\ 10, opts \\ %{}) View Source