62 Commits

Author SHA1 Message Date
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
dd9c4ecf28 Old versions (for es < 1.0) go to 1.x branch 2014-02-17 15:24:53 +01:00
David Pilato
6ce7e897d8 Add test stempel analyzer in mapping 2014-02-17 15:21:24 +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
913f9bd461 Can not upgrade stempel plugin from elasticsearch 0.90.5
Due to fix [3790](https://github.com/elasticsearch/elasticsearch/issues/3790) in core, upgrading an analyzer provided as a plugin now fails.

See https://github.com/elasticsearch/elasticsearch/issues/4936 for details.

Issue is in elasticsearch core code but can be fixed in plugins by overloading `PreBuiltTokenFilterFactoryFactory` and `PreBuiltAnalyzerProviderFactory`.

Closes #18.
(cherry picked from commit fc68d81)
2014-02-05 23:19:31 +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
e6a46d7903 Add integration test
We want to make sure that the plugin starts correctly when a node starts.

Closes #17.
2014-02-05 20:44:12 +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
f5986887ec Fix typo 2014-01-10 22:56:16 +01:00
David Pilato
5070b95f1d Update doc for 1.9.0 2014-01-10 22:55:00 +01:00
David Pilato
dc6c88a17c Update to elasticsearch 1.0.0.RC1
Closes #14.
2014-01-10 22:52:12 +01:00
David Pilato
1b38009e5d create branch 1.x for maintenance version regarding elasticsearch 0.90.x 2014-01-10 22:48:59 +01:00
David Pilato
a1c41e4526 Update licence header 2014-01-10 22:39:01 +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
52bf13f2ce Ignore test log file
Related to #11.
2013-12-19 23:29:44 +01:00
David Pilato
bc9ec5a0d4 Add some tokenizer and analyzer tests
Related to #9.
2013-12-19 23:27:02 +01:00
David Pilato
4da84bb96b Stempel sets itself as the default analyzer
Closes #12.
2013-12-19 22:16:20 +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
50b2070f1f Create CONTRIBUTING.md 2013-08-21 11:52:44 +02: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
Dariusz Gertych
048f8b5701 Support for polish_stem token filter
Added missing token filter support for polish analyzer.
Now it's possible to combine polish_stem token filter with the other token filters available in ES to create custom analyzer.
Closes #3.
2013-06-06 15:52:42 +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
Shay Banon
f499d6f493 move to 1.5 snap 2013-04-29 22:00:04 +02:00
Shay Banon
a81e90fc03 release 1.4 2013-04-29 21:59:43 +02:00
Shay Banon
419fdf39f7 move to lucene 4.2.1 and ES 0.90 2013-04-29 21:58:36 +02:00
Shay Banon
911bb5fa2a move to 1.4 snap 2013-02-26 15:52:07 +01:00
Shay Banon
1007d595a9 release 1.3.0 2013-02-26 15:51:54 +01:00
David Pilato
cf7ce9f407 Move to Elasticsearch 0.21.0.Beta1
Due to refactoring in 0.21.x we have to update this plugin
Closes #4.
2013-02-24 23:11:23 +01:00
Shay Banon
7c054041fc add license and repo 2012-06-10 21:59:05 +02:00
Shay Banon
0a351cfcee move to 1.3.0 snap 2012-04-30 12:51:29 +03:00
Shay Banon
64414d7372 release 1.2.0 2012-04-30 12:51:10 +03:00
Shay Banon
8a38076e68 move to lucene 3.6 2012-04-30 12:49:12 +03:00