Changes for version 0.1.0 - 2012-01-14
- BREAKING CHANGE: attributes on the Set class will now clone the Set instance. This might break your code if you rely on the fact, that an attribute from a previous call changes the underlying Set instance. Example: my @documents = $type->inflate(0)->all;
- this won't set the inflate attribute to 0 on the $type instance
- instead a clone of $type is created with inflate set to 0
Documentation
Modules
Extensible and flexible model for ElasticSearch based on Moose
Represents a query used for fetching a set of results
Trait that extends the meta class of a document class
Trait that extends the meta class of a document class
Tutorial for ElasticSearchX::Model