The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Elastic::Model::Store - A default implementation of the Elasticsearch backend

VERSION

version 0.29_1

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()

search()

scrolled_search()

AUTHOR

Clinton Gormley <drtech@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 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.