The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Data-SearchEngine-ElasticSearch

0.13 Dec 11 2011
  * Use Time::HiRes so that the elapsed time works.

0.12 Dec 3 2011
  * Clone the incoming item hash so that we don't modify the one passed to us
  * If _version is present in the item, pass it along in the index call
  * Add find_by_id

0.11 Dec 3 2011
  * Make _version a value in the Item for search results

0.10 Nov 27 2011
  * Automatically combine filters inside a parent and filter
  * Automatically copy filters into facets so that facets match the overall
    queries filters

0.09 Nov 21 2011
  * Add an engine method (Stevan Little)

0.08 Nov 18 2011
  * Make update an alias of add (Stevan Little)

0.07 Nov 10 2011
  * Default to page 1 so that empty results to blow up Data::Paginator.

0.06 Oct 22 2011
  * POD fixes

0.05 Oct 22 2011
  * Use the debug and raw attributes of D:SE::Query

0.04 Oct 21 2011
  * Include item in ElasticSearch.pm to prevent runtime errors.

0.03 Jul 17 2011
  * Make _index a value in the Item for search results.

0.02 Jul 16 2011
  * Fix multiple facets not working

0.01    Date/time
        First version, released on an unsuspecting world.