Elasticsearch 1.1.0, 1.0.2 and 0.90.13 released by Clinton Gormley.
From the post:
Today we are happy to announce the release of Elasticsearch 1.1.0, based on Lucene 4.7, along with bug fix releases Elasticsearch 1.0.2 and Elasticsearch 0.90.13:
You can download them and read the full changes list here:
- Latest stable release: Elasticsearch 1.1.0
- Bug fixes for 1.0.x: Elasticsearch 1.0.2
- Bug fixes for 0.90.x: Elasticsearch 0.90.13
New features in 1.1.0
Elasticsearch 1.1.0 is packed with new features: better multi-field search, the search templates and the ability to create aliases when creating an index manually or with a template. In particular, the new aggregations framework has enabled us to support more advanced analytics: the
cardinality
agg for counting unique values, thesignificant_terms
agg for finding uncommonly common terms, and thepercentiles
agg for understanding data distribution.We will be blogging about all of these new features in more detail, but for now we’ll give you a taste of what each feature adds:
….
Well, there’s goes the rest of the week! 😉