105 Commits

Author SHA1 Message Date
Simon Willnauer
8d9ff57bc3 add analysis-phonetic module 2015-06-05 13:12:20 +02:00
Michael McCandless
f54dbc3060 Absorb ImmutableSettings into Settings 2015-05-26 08:08:58 -04:00
Robert Muir
1c15268657 fix license header 2015-05-22 17:41:43 -04:00
Robert Muir
b7a69065ee remove logging properties 2015-05-22 09:22:25 -04:00
Robert Muir
d6aca867fb switch to plugin pom 2015-05-21 22:51:16 -04:00
Robert Muir
1573a07eaa remove duplicate test config 2015-05-21 16:48:02 -04:00
Robert Muir
7f397cfbc0 engage forbidden apis 2015-05-21 10:33:29 -04:00
Robert Muir
b60d49c914 remove unnecessary prop 2015-05-11 21:25:00 -04:00
Robert Muir
48e45f5ba8 Remove outdated policy file 2015-05-11 19:43:13 -04:00
Robert Muir
e4f3dc13c6 enable security manager in tests 2015-05-11 19:33:58 -04:00
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
aa40c64906 Latest version is 2.5.0 2015-04-30 16:40:59 +02:00
David Pilato
7ef0a0b14c update documentation with release 2.4.3 2015-04-30 16:36:35 +02:00
David Pilato
4d26780ff9 Update compatibility matrix for elasticsearch 1.4.5
Closes #43.
2015-04-30 16:31:35 +02: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
616c64d666 update documentation with release 2.5.0 2015-03-24 18:39:37 +01:00
David Pilato
01faea43da Move to elastic owner 2015-03-24 18:34:02 +01:00
David Pilato
275e5fb349 Move parent bloc after artifact coordinates 2015-03-24 18:31:36 +01:00
David Pilato
e1501ce1ed create es-1.5 branch 2015-03-16 16:27:55 -07:00
David Pilato
260878b5e6 Fix doc for es version < 1.4.3 2015-02-13 16:43:33 +01:00
David Pilato
cba9f87ef3 update documentation with release 2.4.2 2015-02-11 21:51:37 +01:00
David Pilato
d9e44a50e0 Add sonatype snapshot repository 2015-01-02 20:40:18 +01:00
David Pilato
d9b719558c Add /.local-*-execution-hints.log 2014-12-12 18:11:11 +01:00
David Pilato
d2c39ac8da 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 17:56:29 +01:00
Adrien Grand
00c11b72a7 Upgrade to Lucene 5.0.0-snapshot-1642891 2014-12-02 18:15:43 +01:00
Michael McCandless
bf4bc0bfc7 Upgrade to Lucene 5.0.0-snapshot-1641343 2014-11-24 05:51:36 -05:00
Michael McCandless
27df13704d Upgrade to Lucene 5.0.0-snapshot-1637347 2014-11-10 16:45:40 -05:00
Robert Muir
45944f225e upgrade to lucene 5 snapshot 2014-11-05 16:42:46 -05:00
tlrx
27ed104ca1 update documentation with release 2.4.1 2014-11-05 17:14:59 +01:00
Jun Ohtani
0f236cfe1f Update to Lucene 4.10.2
Closes #35
2014-10-30 14:52:22 +09:00
Jun Ohtani
88d269081a Tests: Fix randomizedtest fail
Closes #34
2014-10-30 14:51:10 +09: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
6a5f662c4d update documentation with release 2.4.0 2014-10-02 09:24:03 +02:00
David Pilato
af36a3a727 Update to elasticsearch 1.4.0.Beta1
(cherry picked from commit c082405)
2014-10-02 09:19:32 +02:00
mikemccand
da368cfb34 Upgrade to Lucene 4.10.1 2014-09-28 17:56:48 -04:00
Michael McCandless
812bef4c0e Upgrade to Lucene 4.10.1 snapshot 2014-09-24 17:23:15 -04:00
David Pilato
0199979360 Create branch es-1.4 for elasticsearch 1.4.0 2014-09-15 13:55:39 +02:00
David Pilato
4c91b8832d Fix typo 2014-09-08 18:11:39 +02:00
David Pilato
b7c56496e9 Update to Lucene 4.10.0
Closes #32.
2014-09-08 18:10:16 +02:00
David Pilato
5473bf7b82 Docs: make the welcome page more obvious
Closes #31.
2014-09-08 18:07:32 +02:00
David Pilato
b1a055828b Update to elasticsearch 1.4.0
Closes #30.

(cherry picked from commit fad6ebf)
2014-07-16 09:16:35 +02:00
David Pilato
8c28e4b1fc Update to Lucene 4.9.0
Closes #29.

(cherry picked from commit 7dc2231)
2014-06-27 11:54:58 +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
39feb530d8 Beidermorse encoder does not support "replace" option
Beidermorse encoder does not support "replace" option: only new tokens will be returned.
One of the backfires is that highlighting will not work.
This is actually because Lucene's beidermorse filter does not support this option.
Please consider to update documentation by specifying which encore support `"replace : false"` option.

Closes #22.

(cherry picked from commit c307877)
2014-05-28 13:10:39 +02:00
David Pilato
868fd81d73 Update to Lucene 4.8.1 / Elasticsearch 1.2.0
Related to #24.

(cherry picked from commit ee289c9)
2014-05-28 13:10:24 +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
f1577d27cd Update to Lucene 4.8
Closes #24.
(cherry picked from commit 1596bf6)
2014-04-28 18:23:15 +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
ed17cdb96c Added new branch for elasticsearch 1.2
(cherry picked from commit aac8f23)
2014-04-28 18:21:49 +02:00