NAME
Elastic::Model::Store - A default implementation of the Elasticsearch backend
VERSION
version 0.52
DESCRIPTION
This is an empty class which provides the default implementation of the Elasticsearch backend as implemented in Elastic::Model::Role::Store.
IMPORTED ATTRIBUTES
es
IMPORTED METHODS
get_doc()
doc_exists()
create_doc()
index_doc()
delete_doc()
bulk()
search()
scrolled_search()
delete_by_query()
index_exists()
create_index()
delete_index()
refresh_index()
open_index()
close_index()
update_index_settings()
get_aliases()
put_aliases()
get_mapping()
put_mapping()
delete_mapping()
reindex()
bootstrap_uniques()
create_unique_keys()
delete_unique_keys()
AUTHOR
Clinton Gormley <drtech@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Clinton Gormley.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.