Skip to content

Commit bef80d4

Browse files
author
Clinton Gormley
committed
Added release notes for 0.19.0RC3
1 parent 7051693 commit bef80d4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

download/_posts/2012-02-21-0.19.0.RC3.textile

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,25 @@ release_notes: true
1313
h2. Upgrade Notes:
1414
* Upgrading from 0.18 requires issuing a full flush of all the indices in the cluster (@curl host:9200/_flush@) before shutting down the cluster, with no indexing operations happening after the flush.
1515
* The local gateway state structure has changed, a backup of the state files is created when upgrading, they can then be used to downgrade back to 0.18. Don't downgrade without using them.
16+
17+
h2. New features:
18+
* API: Multi Search ("#1722":http://github.com/elasticsearch/elasticsearch/issues/issue/1722)
19+
* Date Mapping: Support "date math" when searching ("#1708":http://github.com/elasticsearch/elasticsearch/issues/issue/1708)
20+
21+
22+
h2. Enhancements:
23+
* Indices query should accept alias names ("#1698":http://github.com/elasticsearch/elasticsearch/issues/issue/1698)
24+
* Return 503 for search against a node which is not yet ready ("#1713":http://github.com/elasticsearch/elasticsearch/issues/issue/1713)
25+
* Failed shards allocation can "poison" allocation and might cause not allocating other shards ("#1717":http://github.com/elasticsearch/elasticsearch/issues/issue/1717)
26+
* Analysis: Add trim token filter that trims whitespaces ("#1693":http://github.com/elasticsearch/elasticsearch/issues/issue/1693)
27+
* Index Templates: Allow to place them under config/templates ("#1703":http://github.com/elasticsearch/elasticsearch/issues/issue/1703)
28+
* Local Gateway: Delete dangling indices after a (configurable) timeout, and not immediately ("#1718":http://github.com/elasticsearch/elasticsearch/issues/issue/1718)
29+
* Search: Allow to execute search with no parameters ("#1696":http://github.com/elasticsearch/elasticsearch/issues/issue/1696)
30+
31+
32+
h2. Bug fixes:
33+
* Retrieving byte type stored field fails ("#1702":http://github.com/elasticsearch/elasticsearch/issues/issue/1702)
34+
* StackOverflowError when accessing NodeIndicesStats.refresh() ("#1706":http://github.com/elasticsearch/elasticsearch/issues/issue/1706)
35+
* top_children query returns no results when child field has the same name as a nested field as a nested field in the parent mapping ("#1709":http://github.com/elasticsearch/elasticsearch/issues/issue/1709)
36+
* Search: When using @_all@ for types, field name/type resolution might fail ("#1704":http://github.com/elasticsearch/elasticsearch/issues/issue/1704)
37+

0 commit comments

Comments
 (0)