Elastica

A PHP client for elasticsearch.

Fork me on GitHub

Release v1.0.1.0

Elastica v1.0.1.0 (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 #554: Fixed Type->deleteByQuery() not working with Query objects
  • Update to elasticsearch 1.0.1. Update Thrift and Geocluster plugin.
  • Issue #559: add JSON_UNESCAPED_UNICODE and JSON_UNESCAPED_SLASHES options in Elastica/Transport/Http, Elastica/Bulk/Action
  • Issue #558: fixed unregister percolator (still used _percolator instead of .percolator). removed duplicate slash from register percolator route.
  • Throw PartialShardFailureException if response has failed shards
  • Issue #555: Elastica/Aggregations/GlobalAggragation not allowed as sub aggragation
  • Add methods setSize, setShardSize to Elastica/Aggregation/Terms
  • Elastica/Aggregation/GlobalAggregationTest fixed bug where JSON returned [] instead of {}
  • Elastica/ResultSet added method hasAggregations
  • Moved from Apache License to MIT license