
Elastic::Model::Trait::Field - Add ElasticSearch specific keywords to your attribute definitions.

version 0.26

Elastic::Model::Trait::Field is automatically applied to all of your attributes when you include use Elastic::Doc; at the top of your doc classes.
This trait adds keywords to allow you to configure how each attribute is indexed in ElasticSearch.
It also wraps all attribute accessors to ensure that Elastic::Doc objects are properly inflated before any attribute is accessed.
See Elastic::Manual::Attributes for an explanation of how to use these keywords.


Clinton Gormley <drtech@cpan.org>

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