Commit Graph

18 Commits

Author SHA1 Message Date
David Pilato 8a423e8f5a [build] remove explicit commons-codec in assembly file
We don't have to explicitly define `commons-codec` in our assembly file.

When removing it, the content is still exactly the same:

```
Archive:  target/releases/elasticsearch-analysis-phonetic-2.4.4-SNAPSHOT.zip
  Length     Date   Time    Name
 --------    ----   ----    ----
    17193  05-07-15 09:08   elasticsearch-analysis-phonetic-2.4.4-SNAPSHOT.jar
    23098  03-17-15 00:28   lucene-analyzers-phonetic-4.10.4.jar
   263965  11-09-14 14:02   commons-codec-1.9.jar
 --------                   -------
   304256                   3 files
```

See https://github.com/elastic/elasticsearch-analysis-phonetic/issues/40

Closes #44.

(cherry picked from commit 6fa3fb8)
2015-05-07 09:26:02 +02:00
Robert Muir 3378232854 Tests: fix tests not to use CWD 2015-05-05 12:53:30 -04:00
David Pilato 2103c8f2d2 Remove `ElasticsearchIllegalArgumentException` and `ElasticsearchIllegalStateException` in favor of the JDK one
Related to https://github.com/elastic/elasticsearch/issues/10794

Closes #41.
2015-04-29 18:52:41 +02:00
David Pilato bcdba5dbf7 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 #33.

(cherry picked from commit cb869cd)
2014-10-15 15:30:21 +02:00
David Pilato 50d3fff22d Update to elasticsearch 1.3.0
Closes #26.

(cherry picked from commit 60b7c55)
2014-05-28 13:11:37 +02:00
David Pilato 106698417d Add integration tests
Closes #27.
(cherry picked from commit d43d4df)
2014-05-28 13:09:30 +02:00
David Pilato 905c7093fc Add Lucene version in plugin.properties file
Closes #25.
(cherry picked from commit 17d43f5)
2014-04-28 18:22:11 +02:00
David Pilato d6efef4731 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 #21.
2014-03-09 10:43:11 +01:00
David Pilato f44ef93d38 Update to elasticsearch 1.0.0.RC1
Closes #17.
2014-01-10 23:42:48 +01:00
David Pilato 7545e78ce8 update headers 2014-01-10 23:33:52 +01:00
David Pilato 741baf651c Move tests to JUnit
Closes #14.
2013-12-19 17:08:34 +01:00
Shay Banon 3fbebfdbd4 release 1.3 2013-02-26 15:42:55 +01:00
Shay Banon 80e93faadf release 1.2.0 2012-05-09 22:54:26 +03:00
Jörg Prante 4a7e8db780 add Lucene Phonetic 3.6 to plugin zip 2012-04-22 12:21:52 +02:00
Jörg Prante 1338bcc936 update to Lucene Phonetic 3.6, added Nysiis, KoelnerPhonetik, HaasePhonetik, added simple test 2012-04-22 12:08:05 +02:00
Shay Banon 11b078ecfe upgrade to latest assembly 2012-02-26 10:09:23 +02:00
Shay Banon d7b30cb487 move to elasticsearch 0.19.0 snap and use some of its features 2012-01-31 12:58:12 +02:00
Shay Banon b33896fe77 initial commit 2012-01-07 23:06:50 +02:00