The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

version 0.12

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) 2012 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.