Skeleton.Elasticsearch (SkeletonElasticsearch v1.2.2) View Source

Link to this section Summary

Link to this section Functions

Link to this function

bulk(config, index, rows, url_params, opts)

View Source
Link to this function

count(config, index, query, opts)

View Source
Link to this function

create_document(config, index, id, data, url_params, opts)

View Source
Link to this function

create_index(config, index, data, opts)

View Source
Link to this function

create_schema_migrations_index(config, opts)

View Source
Link to this function

delete_document(config, index, id, url_params, opts)

View Source
Link to this function

delete_documents_by_query(config, index, query, url_params, opts)

View Source
Link to this function

delete_outdated_documents(config, index, synced_at, url_params, opts)

View Source
Link to this function

drop_index(config, index, opts)

View Source
Link to this function

get_index(config, index, opts)

View Source
Link to this function

index_name(config, index, opts \\ [])

View Source
Link to this function

migrate_schema_version(config, version, opts)

View Source
Link to this function

refresh(config, index, opts \\ [])

View Source
Link to this function

save_document(config, index, id, data, url_params, opts)

View Source
Link to this function

search(config, index, query, opts)

View Source
Link to this function

sync(config, index, query, preload, id_field, func_prepare_item, url_params, opts)

View Source
Link to this function

truncate_index(config, index, url_params, opts)

View Source
Link to this function

update_document(config, index, id, data, url_params, opts)

View Source
Link to this function

update_document_by_script(config, index, id, script, url_params, opts)

View Source
Link to this function

update_documents_by_query(config, index, query, script, url_params, opts)

View Source
Link to this function

update_index(config, index, data, url_params, opts)

View Source