You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Upgrade to Lucene 3.5 ("#1502":http://github.com/elasticsearch/elasticsearch/issues/issue/1502)
13
+
14
+
15
+
h2. Enhancements:
16
+
* HTTPS support for CouchDB river ("#1480":http://github.com/elasticsearch/elasticsearch/issues/issue/1480)
17
+
* By default, set http.compression to false ("#1482":http://github.com/elasticsearch/elasticsearch/issues/issue/1482)
18
+
* DocumentMapper.java wrong order on build rootMappers ("#1493":http://github.com/elasticsearch/elasticsearch/issues/issue/1493)
19
+
* Support using _id:1234, or using term query/filter on _id even when _id is not indexed ("#1496":http://github.com/elasticsearch/elasticsearch/issues/issue/1496)
20
+
* Upgrade to netty 3.2.7 ("#1506":http://github.com/elasticsearch/elasticsearch/issues/issue/1506)
21
+
* When _source is disabled, don't return it in realtime get fetching the document from the transaction log ("#1509":http://github.com/elasticsearch/elasticsearch/issues/issue/1509)
22
+
* AWS Plugin: Add more automatic region configuration ("#1490":http://github.com/elasticsearch/elasticsearch/issues/issue/1490)
23
+
* Analysis:
24
+
** Add language setting to lowercase filter, supporting greek and turkish ("#1503":http://github.com/elasticsearch/elasticsearch/issues/issue/1503)
25
+
** Support greek language in the stemmer filter ("#1504":http://github.com/elasticsearch/elasticsearch/issues/issue/1504)
26
+
* Query DSL: indices query to allow to set a @no_match_query@ ("#1492":http://github.com/elasticsearch/elasticsearch/issues/issue/1492)
27
+
28
+
29
+
h2. Bug fixes:
30
+
* Thrift transport handling unexpected URI hangs ("#1484":http://github.com/elasticsearch/elasticsearch/issues/issue/1484)
31
+
* IndicesQueryBuilder generates the wrong query name ("#1485":http://github.com/elasticsearch/elasticsearch/issues/issue/1485)
32
+
* Multi field mapper with more than one extra mapping can cause endless re-sync'ing of mapping between nodes ("#1487":http://github.com/elasticsearch/elasticsearch/issues/issue/1487)
33
+
* Using _parent:123 in a query string query fails to fetch docs ("#1497":http://github.com/elasticsearch/elasticsearch/issues/issue/1497)
34
+
* Registering a percolate query with additional "object" level metadata can fail ("#1505":http://github.com/elasticsearch/elasticsearch/issues/issue/1505)
0 commit comments