Elastica

A PHP client for elasticsearch.

Fork me on GitHub

Release v1.0.1.1

Elastica v1.0.1.1 (download). This release is compatible with elasticsearch 1.0.1.

Dependencies

Project Version Required
Elasticsearch 1.0.1 yes
Elasticsearch mapper attachments plugin 2.0.0.RC1 no
Elasticsearch thrift transport plugin 2.0.0.RC2 no
Elasticsearch geocluster facet plugin 0.0.10 no

Release Notes (changes.txt)

  • Issue #566: Add snapshot / restore functionality (Elastica\Snapshot)
  • Issue #563: Improve performance of Elastica/Status->getIndicesWithAlias and aliasExists on clusters with many indices- Enable goecluster-facet again as now compatible with elasticsearch 1.0 on travis
  • Changes for Travis
    • Add PHP 5.6 to travis test environment
    • Run elasticsearch in the background to not have log output in travis build
    • Set memache php version as environment variable
    • Update to memcache 3.0.8 for travis