1
1
CHANGES
2
+
3
+ 2015-05-11
4
+ - Add testing on PHP 7 on Travis #826
5
+
2
6
2015-05-06
3
- - add Elastica\Util::reindex function by scan and bulk way http://www.elastic.co/guide/en/elasticsearch/guide/master/reindex.html
7
+ - Add Elastica\Util::reindex function by scan and bulk way http://www.elastic.co/guide/en/elasticsearch/guide/master/reindex.html #829 #931
4
8
5
9
2015-04-23
6
10
- Allow bool in Query::setSource function #818 http://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-source-filtering.html
7
11
- Fix empty bool query to act as match all query #817
8
12
9
13
2015-04-15
10
- - deleteByQuery() implemented in Elastica\Index
14
+ - deleteByQuery() implemented in Elastica\Index #816
15
+
16
+ 2015-04-11
17
+ - Add MLT query against documents #814
11
18
12
19
2015-04-09
13
20
- Added Elastica\Query\SimpleQueryString::setMinimumShouldMatch
@@ -17,29 +24,39 @@ CHANGES
17
24
2015-04-08
18
25
- Added new methods to Elastica\Aggregation\DateHistogram: setOffset, setTimezone
19
26
- Following methods in Elastica\Aggregation\DateHistogram marked as deprecated: setPreOffset, setPostOffset, setPreZone, setPostZone, setPreZoneAdjustLargeInterval
27
+ - Add Elastica\Facet\DateHistogram::setFactor() #806
20
28
21
29
2015-04-07
22
30
- [BC break] Elastica\Query\QueryString::setLowercaseExpandedTerms removed
23
31
- Added Elastica\Query\QueryString::setTimezone
24
32
25
33
2015-04-06
26
- - Update Elasticsearch version to 1.5
34
+ - Update Elasticsearch version to 1.5 #813
27
35
- Added deprecation notice to Elastica\Transport\Thrift, Elastica\Transport\Memcached and Elastica\Type::deleteByQuery
28
36
37
+ 2015-04-03
38
+ - Add .editorconfig #807
39
+
29
40
2015-03-29
30
- - Added Elastica\Suggest\Completion
41
+ - Added Elastica\Suggest\Completion #808
42
+ - Fix elasticsearch links to elastic domain #809
31
43
32
44
2015-03-12
33
45
- Fixed short match construction in query DSL #796
46
+ - Index optimize method to return Response object. #797
47
+
48
+ 2015-03-04
49
+ - Escape new symbols in Util::escapeTerm #795
34
50
35
51
2015-02-22
36
- - Added Elastica\Query\Image
52
+ - Added Elastica\Query\Image #787
37
53
38
54
2015-02-21
39
55
- Add Scrutinizer Code Quality status badge
56
+ - Fix fluent interface inconsistency #788
40
57
41
58
2015-02-18
42
- - Added support for percentiles aggregation
59
+ - Added support for percentiles aggregation #786
43
60
44
61
2015-02-17
45
62
- Release v1.4.3.0
@@ -274,7 +291,7 @@ CHANGES
274
291
2014-04-09
275
292
- Added Cardinality aggregation #581
276
293
277
- 2014-04-7
294
+ 2014-04-07
278
295
- Support for Terms filter lookup options #579
279
296
280
297
2014-03-29
0 commit comments