Robert Muir
e0cbb2b812
switch to plugin pom
2015-05-21 22:50:46 -04:00
Robert Muir
7c7b5c064a
remove duplicate test config
2015-05-21 16:47:26 -04:00
Robert Muir
bbb40f7b8d
engage forbidden apis
2015-05-21 10:32:58 -04:00
Robert Muir
5962d90e1e
remove unnecessary prop
2015-05-11 21:23:34 -04:00
Robert Muir
aebe76a643
enable security manager in tests
2015-05-11 18:43:21 -04:00
David Pilato
a5d9194f84
Update to elastic owner
...
We moved elasticsearch to elastic
(cherry picked from commit d71102b)
(cherry picked from commit fca681c)
2015-03-24 18:12:52 +01:00
David Pilato
5650118246
Move parent after project artifactid
2015-03-24 18:09:35 +01:00
David Pilato
c43a7b3529
Add sonatype snapshot repository
2015-01-02 20:52:53 +01:00
David Pilato
f830976d27
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 commit is the first step for this plugin to depend on this new `pom` maven project.
2014-12-12 18:50:52 +01:00
Adrien Grand
ddf32eb88f
Upgrade to Lucene 5.0.0-snapshot-1642891
2014-12-02 18:15:27 +01:00
Michael McCandless
ade4d3a9de
Upgrade to Lucene 5.0.0-snapshot-1641343
2014-11-24 05:51:31 -05:00
Michael McCandless
bab1f30fe2
Upgrade to Lucene 5.0.0-snapshot-1637347
2014-11-10 16:45:30 -05:00
Robert Muir
3af1069a07
upgrade to lucene 5 snapshot
2014-11-05 16:33:52 -05:00
Jun Ohtani
2035a660a1
Update to Lucene 4.10.2
...
Closes #35
2014-10-30 14:46:36 +09:00
Jun Ohtani
22925b8132
Tests: Fix randomizedtest fail
...
Closes #34
2014-10-30 14:44:53 +09:00
mikemccand
25b147df60
Upgrade to Lucene 4.10.1
2014-09-28 17:56:26 -04:00
Michael McCandless
418b727bd2
Upgrade to Lucene 4.10.1 snapshot
2014-09-24 16:56:24 -04:00
David Pilato
35063bf6cf
Update to Lucene 4.10.0
...
Closes #32 .
2014-09-08 18:28:02 +02:00
David Pilato
d2ae86561b
Update to Lucene 4.9.0
...
Closes #28 .
(cherry picked from commit 829d78c)
2014-06-27 11:58:26 +02:00
David Pilato
5721e88670
Update to elasticsearch 1.2.0
...
elasticsearch 1.2.0 has been released. We need to update from SNAPSHOT to released version.
Closes #26 .
(cherry picked from commit ae3f3c23e3fde3b2327c1b5d759ff27675ecb40c)
2014-05-24 09:40:48 +02:00
David Pilato
ff9b735fff
Update to Lucene 4.8
...
Closes #23 .
(cherry picked from commit 64a1d9c)
2014-04-29 11:20:01 +02:00
David Pilato
17949685bf
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 68bf829)
2014-03-26 14:08:54 +01:00
David Pilato
fb2a232431
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] Stempel (Polish) Analysis plugin for elasticsearch 1.8.0 released
```
We prefer to have that form:
```
[ANN] Elasticsearch Stempel (Polish) Analysis plugin 1.8.0 released
```
Thanks to @spinscale to reporting this.
2014-03-03 10:45:20 +01:00
David Pilato
84e1ec3dfe
prepare for next development iteration
2014-02-28 17:50:36 +01:00
David Pilato
7483cfaaed
prepare release elasticsearch-analysis-stempel-2.0.0
2014-02-28 17:49:40 +01:00
David Pilato
5987363945
Update to elasticsearch 1.0.0
...
Closes #21 .
2014-02-28 17:44:34 +01:00
David Pilato
3d2d69c091
Add plugin release semi-automatic script
...
We want to be able to release versions in a faster way then we do by now.
Closes #20 .
2014-02-28 17:38:42 +01:00
David Pilato
674491da6a
prepare for next development iteration
2014-02-05 23:34:29 +01:00
David Pilato
711d88a14b
prepare release elasticsearch-analysis-stempel-2.0.0.RC2
2014-02-05 23:31:59 +01:00
David Pilato
7c798d75b2
Add version in es-plugin.properties
...
(cherry picked from commit e7f5897)
2014-02-05 23:25:48 +01:00
David Pilato
4d6d7a00bc
Update to Lucene 4.6.1 / Elasticsearch 1.0.0.RC2
...
Closes #16 .
2014-02-05 21:09:27 +01:00
David Pilato
28f7deb855
prepare for next development iteration
2014-01-15 19:54:34 +01:00
David Pilato
381fc2d0db
prepare release elasticsearch-analysis-stempel-2.0.0.RC1
2014-01-15 18:43:52 +01:00
David Pilato
dc6c88a17c
Update to elasticsearch 1.0.0.RC1
...
Closes #14 .
2014-01-10 22:52:12 +01:00
David Pilato
a8e01a5100
prepare for next development iteration
2013-12-19 23:33:40 +01:00
David Pilato
6387ddf9e6
prepare release elasticsearch-analysis-stempel-1.9.0
2013-12-19 23:32:01 +01:00
David Pilato
bc9ec5a0d4
Add some tokenizer and analyzer tests
...
Related to #9 .
2013-12-19 23:27:02 +01:00
David Pilato
683a3184cd
Move tests to JUnit
...
That said, we don't have any test yet :-)
Closes #11 .
2013-12-19 17:24:46 +01:00
David Pilato
7704ee7844
Update to Elasticsearch 0.90.8 / Lucene 4.6.0
...
Closes #13 .
2013-12-19 17:19:21 +01:00
David Pilato
864543d0e1
prepare for next development iteration
2013-11-06 12:50:54 +01:00
David Pilato
c051af0419
prepare release elasticsearch-analysis-stempel-1.8.0
2013-11-06 12:50:54 +01:00
David Pilato
ebaac6e5d8
Update to Elasticsearch 0.90.6 / Lucene 4.5.1
...
Closes #10 .
2013-11-06 12:50:54 +01:00
David Pilato
dd59f8cebd
prepare for next development iteration
2013-08-08 15:04:41 +02:00
David Pilato
91f8607250
prepare release elasticsearch-analysis-stempel-1.7.0
2013-08-08 15:02:13 +02:00
David Pilato
3049f677ba
Update to Elasticsearch 0.90.3 / Lucene 4.4.0
...
Closes #6 .
2013-08-08 15:00:00 +02:00
David Pilato
f1b0e81fde
prepare for next development iteration
2013-06-06 16:02:20 +02:00
David Pilato
65f2ad380c
prepare release elasticsearch-analysis-stempel-1.6.0
2013-06-06 15:59:57 +02:00
David Pilato
b19610e042
prepare for next development iteration
2013-05-30 22:11:57 +02:00
David Pilato
c09cfc918c
prepare release elasticsearch-analysis-stempel-1.5.0
2013-05-30 22:09:34 +02:00
David Pilato
ddaf9efd79
Update to Elasticsearch 0.90.1 / Lucene 4.3.0
...
Closes #5 .
2013-05-30 22:07:55 +02:00