116 Commits

Author SHA1 Message Date
David Pilato
6e25fc2cb2 update documentation with release 2.5.0 2015-03-24 17:40:07 +01:00
David Pilato
bd6976dfa8 create branch es-1.5 2015-03-16 16:21:53 -07:00
David Pilato
eac332ae07 Remove ThreadLeak filter
Due to elasticsearch/elasticsearch#9843
2015-02-27 09:19:45 +01:00
David Pilato
aff0c5fc9f Fix doc for es version < 1.4.3 2015-02-13 16:41:45 +01:00
David Pilato
a0b9cb2373 update documentation with release 2.4.2 2015-02-11 21:40:42 +01:00
David Pilato
8fecb4d508 Add sonatype snapshot repository 2015-01-02 20:35:26 +01:00
David Pilato
aa162da27c add /.local-*-execution-hints.log 2014-12-12 18:11:43 +01:00
David Pilato
8204be34e3 Depend on elasticsearch-parent
To simplify plugins maintenance and provide more value in the future, we are starting to build an `elasticsearch-parent` project.
This PR is the first step for this plugin to depend on this new `pom` maven project.
2014-12-12 16:23:28 +01:00
David Pilato
e50f8349e0 Replace resolveConfigAndLoadToString
This method was removed by 3dfff84043 (diff-f06b176696959d1967c63d5b74fd58ac) in elasticsearch master branch
2014-12-03 21:13:51 +01:00
Adrien Grand
cda7537967 Upgrade to Lucene 5.0.0-snapshot-1642891 2014-12-02 18:15:00 +01:00
Michael McCandless
0f49ccdcde Upgrade to Lucene 5.0.0-snapshot-1641343 2014-11-24 05:51:19 -05:00
Michael McCandless
121513dd59 Upgrade to Lucene 5.0.0-snapshot-1637347 2014-11-10 16:45:17 -05:00
Robert Muir
f50c01db1a actually run all the tests 2014-11-06 03:15:42 -05:00
Robert Muir
e45308d9e7 add back collation (still the way it was working before) 2014-11-06 03:11:20 -05:00
Robert Muir
c2c0345837 upgrade to lucene 5 snapshot (will open issue about collators) 2014-11-05 16:25:33 -05:00
tlrx
472c21a138 update documentation with release 2.4.1 2014-11-05 17:30:57 +01:00
Jun Ohtani
cec157dafa Update to Lucene 4.10.2
Closes #44
2014-10-30 14:30:28 +09:00
Jun Ohtani
eb7a8a427c Tests: Fix randomizedtest fail
Closes #43
2014-10-30 14:29:24 +09:00
David Pilato
e9e80407b3 Tests: index.version.created must be set
Due to this [change](https://github.com/elasticsearch/elasticsearch/pull/8018), we need to fix our tests for elasticsearch 1.4.0 and above.

Closes #41.

(cherry picked from commit 75b800f)
2014-10-15 17:18:15 +02:00
David Pilato
77134b7c79 update documentation with release 2.4.0 2014-10-02 09:57:32 +02:00
David Pilato
481a268931 Update to elasticsearch 1.4.0.Beta1
(cherry picked from commit 9abbe92)
(cherry picked from commit 890c483)
2014-10-02 09:51:58 +02:00
mikemccand
f62f97e0f8 Upgrade to Lucene 4.10.1 2014-09-28 17:56:10 -04:00
Michael McCandless
fa6e6b2717 Upgrade to Lucene 4.10.1 snapshot 2014-09-24 16:51:28 -04:00
David Pilato
710697bac0 Create branch es-1.4 for elasticsearch 1.4.0 2014-09-12 16:02:43 +02:00
David Pilato
5ee9cca15b Fix missing line 2014-09-09 00:04:33 +02:00
David Pilato
aab6d69a78 Update to Lucene 4.10.0
Closes #33.
2014-09-08 23:20:27 +02:00
Jun Ohtani
e8d23c9129 Docs: make the welcome page more obvious
Closes #36.
2014-08-26 14:09:57 +09:00
Jun Ohtani
cbb00e9978 change version number for 2.3.0 release 2014-08-08 12:03:18 +09:00
David Pilato
fae3094764 Update to elasticsearch 1.4.0
Closes #34.

(cherry picked from commit ddd941b)
2014-07-16 09:25:09 +02:00
David Pilato
35bf4adada Update to Lucene 4.9.0
Closes #33.

(cherry picked from commit bc45a89)
2014-06-27 11:51:16 +02:00
David Pilato
8300ea17ad Update to elasticsearch 1.3.0
Closes #32.

(cherry picked from commit 4d17e47)
2014-05-28 16:54:10 +02:00
David Pilato
5523739b20 Add integration tests
Closes #31.

(cherry picked from commit 39b83f0)
2014-05-28 16:53:03 +02:00
Jun Ohtani
f1eae455fb add ICUNormalizer2CharFilter
Included ICUNormalizer2Charfilter in Lucene 4.8.0.
Add CharFilterFactory.

Now, char_filter name is "icu_normalizer", however token_filter name is same name.

Closes #27.

(cherry picked from commit 0cbf1b3)
2014-05-28 16:52:50 +02:00
David Pilato
f068ef88a4 Use JS markdown formatter
(cherry picked from commit 3941016)
2014-05-28 16:52:36 +02:00
David Pilato
dafa7e764d Add lucene version in es-plugin.properties
Closes #25.
(cherry picked from commit 8836775)
2014-04-29 10:52:00 +02:00
David Pilato
55bd212e61 Create branch es-1.2 2014-04-29 10:34:19 +02:00
Adrien Grand
84adacef4a Upgrade to Lucene 4.8. 2014-04-29 09:40:29 +02:00
David Pilato
315a7190ad Create branches according to elasticsearch versions
We create branches:

* es-0.90 for elasticsearch 0.90
* es-1.0 for elasticsearch 1.0
* es-1.1 for elasticsearch 1.1
* master for elasticsearch master

We also check that before releasing we don't have a dependency to an elasticsearch SNAPSHOT version.

Add links to each version in documentation

(cherry picked from commit 35f5901)
2014-03-26 16:44:33 +01:00
David Pilato
02df5206e1 Disable java and maven version checking
And fix typo in email html
2014-03-19 22:33:54 +01:00
David Pilato
eac5e1d7e7 Add plugin version in es-plugin.properties
With https://github.com/elasticsearch/elasticsearch/issues/2784, we can now add plugin version in `es-plugin.properties` file.

It will only be used with elasticsearch 1.0.0 and upper. No need to push it in 1.x branch.

Closes #22.
2014-03-09 10:51:26 +01:00
David Pilato
2de0ca1f1a Update naming for better mailing list announcement
By now, when we release the plugin, users can be confused about version naming.

For example, email title could be:

```
 [ANN] ICU Analysis plugin for elasticsearch 1.8.0 released
```

We prefer to have that form:

```
 [ANN] Elasticsearch ICU Analysis plugin 1.8.0 released
 ```

  Thanks to @spinscale to reporting this.
2014-03-03 10:41:25 +01:00
David Pilato
e3f72c61ef prepare for next development iteration 2014-02-28 23:20:30 +01:00
David Pilato
34a1fab4b9 prepare release elasticsearch-analysis-icu-2.0.0 2014-02-28 23:17:47 +01:00
David Pilato
5a8f3b75a8 Update to Lucene 4.6.1 / Elasticsearch 1.0.0
Closes #18
2014-02-28 23:16:00 +01:00
David Pilato
c962f0b8af Add plugin release semi-automatic script
Closes #21
2014-02-28 23:09:56 +01:00
David Pilato
5e102f53ee prepare for next development iteration 2014-01-15 19:52:23 +01:00
David Pilato
8561f897a9 prepare release elasticsearch-analysis-icu-2.0.0.RC1 2014-01-15 18:22:36 +01:00
David Pilato
f88f5e2fb7 Fix doc 2014-01-10 23:30:05 +01:00
David Pilato
4c935133e3 Update to elasticsearch 1.0.0.RC1
Closes #16.
2014-01-10 23:23:07 +01:00
David Pilato
51a96c1472 Preparing branch 1.x 2014-01-10 23:21:00 +01:00