Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 594ad33

Browse files
author
Clinton Gormley
committed
Added release notes for 0.18.5
1 parent 6a64c29 commit 594ad33

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

download/_posts/2011-11-29-0.18.5.textile

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,28 @@ download_nix_url: https://github.com/downloads/elasticsearch/elasticsearch/elast
88
download_source_url: https://github.com/elasticsearch/elasticsearch/zipball/v0.18.5
99
release_notes: true
1010
---
11+
h2. New features:
12+
* 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)
35+

0 commit comments

Comments
 (0)