exalice

v0.0.7-alpha

  • Pages
  • Modules
  • Mix Tasks

    exalice v0.0.7-alpha ExAlice.Geocoder.Providers.Elastic

    Link to this section Summary

    Functions

    count(query)
    delete(id, es_index \\ "exalice")
    geocode(address)
    get(id, es_index \\ "exalice")
    index(data)
    index(id, data, es_index \\ "exalice")
    index_exists?()
    raw_count(query, es_index \\ "exalice")
    raw_get(id, es_index \\ "exalice")
    raw_search(query, es_index \\ "exalice")
    search(query, es_index \\ "exalice")
    search_query(query, es_index \\ "exalice")
    update(id, data, es_index \\ "exalice")

    Link to this section Functions

    Link to this function count(query)
    Link to this function delete(id, es_index \\ "exalice")
    Link to this function geocode(address)
    Link to this function get(id, es_index \\ "exalice")
    Link to this function index(data)
    Link to this function index(id, data, es_index \\ "exalice")
    Link to this function index_exists?()
    Link to this function raw_count(query, es_index \\ "exalice")
    Link to this function raw_get(id, es_index \\ "exalice")
    Link to this function raw_search(query, es_index \\ "exalice")
    Link to this function search(query, es_index \\ "exalice")
    Link to this function search_query(query, es_index \\ "exalice")
    Link to this function update(id, data, es_index \\ "exalice")

    Built using ExDoc (v0.19.1), designed by Friedel Ziegelmayer for the Elixir programming language.