78 Commits

Author SHA1 Message Date
Simon Willnauer
85ca6c6762 move to [1.0.0] SNAP 2014-01-16 10:28:38 +01:00
Alexander Reelsen
c6155c5142 release [1.0.0.RC1] 2014-01-15 17:02:22 +00:00
Simon Willnauer
fcdafaddd9 Add 0.90.10 to master 2014-01-10 11:39:13 +01:00
Simon Willnauer
10ec2e948a Fix ASL Header in source files to reflect s/ElasticSearch/Elasticsearch
This commit also removes the license to Shay Banon in favor of soley
Elasticsearch. Thanks Shay for this awesome product you took it far!

Closes #4636
2014-01-07 11:22:01 +01:00
Simon Willnauer
27e89c2427 Added v0.90.9 2013-12-23 12:13:09 +01:00
Simon Willnauer
9d8ab56c9b Add [0.90.8] release 2013-12-18 17:30:28 +01:00
Simon Willnauer
2c8ee3fbbe Moving to 1.0.0RC1 snap 2013-12-02 17:10:07 +01:00
Kevin Kluge
296cfbe390 release [1.0.0.Beta2] 2013-12-02 15:45:30 +00:00
Simon Willnauer
8e17d636ef Upgrade to Lucene 4.6
This commit upgrades to Lucene 4.6 and contains the following improvements:

 * Remove XIndexWriter in favor of the fixed IndexWriter
 * Removes patched XLuceneConstantScoreQuery
 * Now uses Lucene passage formatters contributed from Elasticsearch in PostingsHighlighter
 * Upgrades to Lucene46 Codec from Lucene45 Codec
 * Fixes problem in CommonTermsQueryParser where close was never called.

Closes #4241
2013-11-24 21:08:38 +01:00
Simon Willnauer
ba61bbb31b Move [0.90.7] to a release 2013-11-13 15:53:57 +01:00
Boaz Leskes
2c5d483be1 Added heap_max(_in_bytes) and heap_used_percent to JVM node stats.
Closes #4145
2013-11-10 21:11:07 +01:00
Simon Willnauer
e1b6988886 move to [1.0.0.Beta2] SNAP 2013-11-06 16:19:50 +01:00
Simon Willnauer
77bc5d5ecf release [1.0.0.Beta1] 2013-11-06 15:32:43 +01:00
Simon Willnauer
552852f299 Remove unreleased versions from master & fix 0.90.6 Lucene Version 2013-11-05 10:34:44 +01:00
Simon Willnauer
0be5eca5d2 move to [0.90.7] SNAP 2013-11-04 14:55:55 +01:00
Adrien Grand
6b02611971 Update Lucene to version 4.5.0. 2013-10-08 15:44:03 +02:00
Shay Banon
ddc2b428d6 add 0.90.6 2013-09-17 15:04:48 +02:00
Shay Banon
fd4ab5c3dc add 0.90.5 2013-09-16 18:12:51 +02:00
Shay Banon
ebb4bcd45e add 0.90.4 2013-08-06 15:28:02 +02:00
Shay Banon
2c2cc844dc cleanup deprecations / warnings 2013-07-29 01:55:41 +02:00
Shay Banon
28a4ac01e4 fix transport support for versioning
when starting the request/response cycle, we should use the lowest version out of the current node version, and the target node version to serialize the request, and put it in the header. this will allow to support both backward and forward comp.
in addition, have Version as an injected value to different services, to make different versions more easily testable, compared to using Version#CURRENT
2013-07-27 22:14:04 +02:00
Shay Banon
0e303840e8 0.90.3 uses lucene 44 2013-07-25 18:34:02 +02:00
Shay Banon
70bbcb4c48 Add Git build info when we build a distribution
closes #3370
2013-07-24 20:24:23 +02:00
Simon Willnauer
2e9851138e Upgrade to Lucene 4.4 2013-07-23 13:55:15 +02:00
Shay Banon
c3ef49f5b0 add 0.90.3 2013-06-26 09:02:54 +01:00
Alexander Reelsen
609ad0e572 Changing version semantics to be more readable
The Version class had hard to understand semantics when two versions were
compared against each other.

Sample of the new logic:
* V_0_20_0.before(V_0_90_0) => true
* V_0_90_0.after(V_0_20_0)  => true

Closes #3124
2013-06-02 14:58:36 +02:00
Shay Banon
7931add154 add 0.90.2 version 2013-05-30 14:27:33 +02:00
Simon Willnauer
2219925485 Upgrade to Lucene 4.3.0
This Lucene Release introduced a new API on DocIdSetIterator that requires each
implementation to return a `cost` upperbound as a function of the iterated documents.
This API allows for several optimizations during query execution especially in
Conjunction and Disjunction Queries with min_should_match set.

Closes #2990
2013-05-06 18:03:16 +02:00
Simon Willnauer
8c6ba59b83 Upgrade Lucene Version to 4.2. The latest Elasticsearch version must
use the latest Lucene version as specified in o.e.common.lucene.Lucene
and must be upgraded with each lucene release.

This commit adds an assert that fails once the actual lucene version
that is used is higher than the current releases version.
2013-04-30 14:06:57 +02:00
Shay Banon
6c3bb4dcdd move to 1.0.0.Beta1 snap 2013-04-29 13:51:09 +02:00
Shay Banon
cb75ce0caa release 0.90.0 GA 2013-04-29 13:41:43 +02:00
Shay Banon
9ded2405a0 Use Lucene Version that was used to create the index in Analysis
Lucene ships with a version constant that is mainly used to provide consistent behaviour across lucene release versions. Lucene's Analysis capabilities are commonly applied at index and search time such that the search-time behaviour should be identical to the index-time behaviour in most of the cases. Currently ElasticSearch always uses the latest version from Lucene which can break backwards compatibility with the index for users that rely on behaviour that changed in new Lucene version.

Users should always use the version the index was created with unless it's explicitly configured.

closes #2945
2013-04-29 13:18:51 +02:00
Shay Banon
3120457bfe move to 0.90.0.RC3 snap 2013-04-08 05:48:29 -07:00
Shay Banon
3a8cba4d50 release 0.90.0.RC2 2013-04-08 05:46:26 -07:00
Shay Banon
0e815ce11c add 0.20.7 2013-03-25 12:33:55 +01:00
Shay Banon
ea698add72 move to 0.90.0.RC2 snap 2013-03-20 19:06:30 +01:00
Shay Banon
a2f14b68e8 release 0.90.0.RC1 2013-03-20 19:05:08 +01:00
Shay Banon
bd75b731c6 move to 0.90.0.Beta2 snap 2013-02-26 10:33:57 +01:00
Shay Banon
ab3a59e0bf release 0.90.0.Beta1 2013-02-26 10:32:50 +01:00
Shay Banon
e8e3dd1c9d add 0.20.6 ver 2013-02-14 14:29:30 +01:00
Shay Banon
f5e55b7cb9 properly print JVM version 2013-01-29 20:25:13 +01:00
Shay Banon
716f2aebbb add 0.20.5 2013-01-29 10:14:25 +01:00
Shay Banon
41cfe9cc27 add 0.20.4 2013-01-25 22:02:34 +01:00
Shay Banon
12239169b1 add 0.20.3 2012-12-27 14:30:40 -08:00
Shay Banon
8d0d288a1c add 0.20 versions 2012-12-08 01:37:21 +01:00
Shay Banon
e021904250 use the 0.20.0 version 2012-12-07 23:15:44 +01:00
Shay Banon
5a226cde8e add 0.19.13 2012-12-04 15:41:38 +01:00
Shay Banon
d8013aecc3 add 0.19.11 and 0.19.12 versions 2012-10-24 01:41:46 +02:00
Shay Banon
a3ffc65909 add 0.20.0.RC2 to versions on master 2012-10-22 01:56:23 +02:00
Shay Banon
c1489be816 forgot to mark 0.21.0 as snap 2012-10-22 01:55:33 +02:00