forked from ruflin/Elastica
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchanges.txt
160 lines (119 loc) · 4.84 KB
/
changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
CHANGES
2011-10-29
- TTL for document and mapping added
2011-10-28
- Refactored Elastica_Query_CustomScore::addCSParam to ::addParams
- Rename Elastica_Query_CustomScore::addParam to ::addCSParam
- Release v0.18.1.0
2011-10-20
- Release v0.17.9.0
- Elastica_Filter_Type added
2011-10-19
- Elastica_Query_CustomFilterScore added
2011-10-15
- API Documentation changed to DocBlox
2011-10-10
- Bug fixing
- Release v0.17.8.0 added
2011-09-19
- Release v0.17.7.0 added
- Release v0.17.6.1 added
2011-09-18
- Elastica_Exception_ExpectedFieldNotFound renamed to Elastica_Exception_NotFound
2011-08-25
- Https transport layer added
2011-08-22
- Typo in Terms query fixed (issue #74)
2011-08-15
- Refactoring HTTP connection to keep alive connection -> speed improvement during using the same client
- Release v0.17.6.0 added
2011-08-09
- Automatic creation of id for documents added. This was more a bug
- Release v0.17.4.0 added
2011-08-08
- Elastica_Query_Text added
- Params (constructor) of Elastica_Filter_GeoBoundingBox changed (array instead of single params)
2011-08-07
- Elastica_Query_MoreLikeThis added by @juneym. Still work under progress
- Refactoring Queries and Filters to use Elastica_Param. Adding tests
2011-08-05
- Elastica_Filter_Abstract enhanced for more general usage (set/get/addParam(s)) added
2011-08-04
- Release v0.17.3.0 added
- Elastica_Index_Settings::set/get response updated. get('...') does not require 'index.' in front anymore
- Nodes and Cluster shutdown added
- Elastica_Node::getIp() and getPort() added
2011-07-30
- Readd merge_factor to settings. Now working as expected. Index has to be closed first.
2011-07-29
- Release tag v0.17.2.0 added. Elastica is compatible with elasticsearch 0.17.2
2011-07-22
- Elastica_Index_Settings::getMergePolicyMergeFactor and set removed because of enhanced merge policy implementation in ES 0.17.0 https://github.com/elasticsearch/elasticsearch/issues/998
- Release tav v0.17.1.0 added
2011-07-21
- Elastica_Query_HasChild and _parent feature added by fabian
- Elastica_Filter_GeoBoundingBox added by fabian
2011-07-20
- Elastica_Query_Builder added by chrisdegrim
2011-07-19
- Release tag v0.17.0.0 added. Elastica is compatible with elasticsearch 0.17.0
2011-07-18
- ResultSet::hasFacets added
- QueryString useDisMax added
2011-07-15
- Facet/DateHistogram and Facet/Historgram added
- Documentation pages added unter http://ruflin.github.com/Elastica
- Release tag v0.16.4.0 added
2011-06-19
- Add support for multiple servers to Elastica_Client (issue #39)
2011-06-16
- Support for multiple index, type queries and _all queries added through Elastica_Search object
- Elastica_Index::clearCache added to clean cache
- Elastica_Index::flush added
2011-06-07
- Elastica_Index::setNumberOfShards removed as not supported after creating index
2011-05-11
- Refactor client constructor. Elastica_Client::__construct(array $config) now takes a config array instead of host and port
2011-05-08
- Elastica_Query_QueryString::escapeTerm move to Elastica_Util::escapeTerm
2011-04-29
- Added getParam to Elastica_Result that more values can be retrieved from the hit array
- Elastica_Filter_Ids added http://www.elasticsearch.org/guide/reference/query-dsl/ids-filter.html
- getMergePolicyMergeFactor and getRefreshInterval to Elastica_Type_Settings added. If no value is set, default values are returned
2011-04-28
- Release of version 0.16.0.0 (see new version naming structure in README)
2011-04-27
- Refactoring of Elastica_Type::setMapping. No source parameter anymore.
- Elastica_Type_Mapping object introduced to set more fine grained mapping
2011-04-17
- Elastica_Filter_Exists added
2011-04-14
- Elastica_Type getCount replace by count()
- Count has now optional query parametere
2011-04-01
- Renaming of functions in Elastica_Query_Terms and Ela-stica_Query_Filter to fit new naming convention. setTerms, addTerm have different API now!
2011-03-31
- Deprecated code removed
- Break backward compatibility to 0.15.1 (versions introduced by wlp1979)
2011-03-30
- Filtered query introduced
- setRawArguments in Elastica_Query is now setParam
- open / close for index added
- Remove Elastica_Filter and Elastica_Facets because not needed anymore
2011-03-29
- Renaming Elastica_Filter->addQuery, addFilter to setQuery, setFilter
- Add parts of Facets API
- Add facet Terms
- Renaming Elastica_Query->addFilter to setFilter
2011-03-24
- Renaming of Elastica_Status_Index to Elastica_Index_Status => API Change!
- IndexSettings added for improved bulk updating http://www.elasticsearch.org/blog/2011/03/23/update-settings.html
2011-03-21
- Node object added
- Node_Info and Node_Stats added
- Refactoring of Cluster object
2011-03-13
- changes.txt introduced
- getResponse in Elastica_Response renamed to getData. getResponse now deprecated
- Index status objects added
- getIndexName in Elastica_Index renamed to getName. getIndexName is deprecated