Elastica v1.3.0.0 (download). This release is compatible with elasticsearch 1.3.0.
Dependencies
Project | Version | Required |
---|---|---|
Elasticsearch | 1.3.0 | 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)
- Update to elasticsearch version 1.3.0 http://www.elasticsearch.org/downloads/1-3-0/
- Add setQuery() method to Elastica\Query\ConstantScore #653
- Be able to configure ES host/port via ENV var in test env #652
- Fix FunstionScore Query random_score without seed bug. #647
- Add setPostFilter method to Elastica\Query (http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/_filtering_queries_and_aggregations.html#_post_filter) #645
- Add Reverse Nested aggregation (http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-aggregations-bucket-reverse-nested-aggregation.html). #642