Commit Graph

96 Commits

Author SHA1 Message Date
David Pilato a21134cd64 Move parent bloc after artifact coordinates 2015-03-24 18:43:33 +01:00
David Pilato 03f4b7c965 create `es-1.5` branch 2015-03-16 16:25:47 -07:00
Jun Ohtani 766402870e Docs: revise examples 2015-03-16 13:43:55 +09:00
Jun Ohtani 0a0d6fd644 Add "ja_stop" filter
* can use a predefined "_japanese_" stop words
 * can not use other predefined stop words
 * upgrade to lucene 5
 * add ja_stop to README

  Closes #45
2015-03-16 13:17:46 +09:00
David Pilato d0f629b0f5 Fix doc for es version < 1.4.3 2015-02-13 16:44:31 +01:00
David Pilato 5d36b3fadb update documentation with release 2.4.2 2015-02-11 21:49:29 +01:00
Kenta Okamoto aa651a8747 Fix typo: MecCab -> MeCab 2015-02-09 16:13:21 +09:00
David Pilato b0b7ffe12d Remove old maven profiles (unused) 2015-01-02 21:33:52 +01:00
David Pilato a5e5769085 Add sonatype snapshot repository 2015-01-02 20:58:21 +01:00
Jun Ohtani 5ced1949d6 Docs: revise examples
(cherry picked from commit 14ac3b0)
2014-12-22 14:10:44 +09:00
Satoshi Kimura 6a19e38f68 romanji -> romaji 2014-12-15 19:08:29 +09:00
David Pilato 2d39e41547 [Maven] best practice: add always groupId 2014-12-12 18:49:53 +01:00
David Pilato 33db1aebcd 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:34:32 +01:00
Jun Ohtani d01d7fa09f Analysis: Use PreBuiltXXXFactory
Closes #34
2014-12-08 00:24:31 +09:00
Adrien Grand b1caeee8fd Upgrade to Lucene 5.0.0-snapshot-1642891 2014-12-02 18:14:42 +01:00
Michael McCandless 9a4502fdba Upgrade to Lucene 5.0.0-snapshot-1641343 2014-11-24 05:51:11 -05:00
Michael McCandless c17708660c Upgrade to Lucene 5.0.0-snapshot-1637347 2014-11-10 16:45:08 -05:00
Robert Muir 99b2b82c74 upgrade to lucene 5 snapshot 2014-11-05 16:06:43 -05:00
tlrx 5ce7e32c1e update documentation with release 2.4.1 2014-11-05 20:22:48 +01:00
Jun Ohtani 89d14f9cfe Update to Lucene 4.10.2
Closes #50
2014-10-30 14:14:56 +09:00
Jun Ohtani d847959618 Tests: Fix randomizedtest fail
Closes #49
2014-10-30 13:45:42 +09:00
David Pilato ff686ac06a 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 #47.

(cherry picked from commit 3a90982)
2014-10-15 16:02:52 +02:00
David Pilato cc60d9aa3c update documentation with release 2.4.0 2014-10-02 09:43:31 +02:00
David Pilato cb1577e2d2 Update to elasticsearch 1.4.0.Beta1
(cherry picked from commit f47babb)
(cherry picked from commit a515501)
2014-10-02 09:35:53 +02:00
mikemccand 773b268370 Upgrade to Lucene 4.10.1 2014-09-28 17:55:18 -04:00
Michael McCandless d90f1e76c6 Upgrade to Lucene 4.10.1 snapshot 2014-09-24 17:18:13 -04:00
David Pilato c2cf90657a Create branch es-1.4 for elasticsearch 1.4.0 2014-09-15 13:52:16 +02:00
David Pilato 677211ad93 Update to Lucene 4.10.0
Closes #44.
2014-09-08 18:21:08 +02:00
Jun Ohtani 6e48989cd0 Docs: fix typo 2014-08-22 13:58:46 +09:00
Jun Ohtani 4526b8fd4d Docs: make the welcome page more obvious
Closes #39.
2014-08-22 13:54:19 +09:00
David Pilato d794dcf1c4 Update to elasticsearch 1.4.0
Closes #38.

(cherry picked from commit 7ee03e7)
2014-07-16 09:29:35 +02:00
David Pilato 19697b2597 Update to Lucene 4.9.0
Closes #37.

(cherry picked from commit 5243bdc)
2014-06-27 11:47:48 +02:00
David Pilato 5a06757096 Add integration tests
Closes #36.

(cherry picked from commit f2c83df)
2014-05-28 15:09:27 +02:00
David Pilato dcfbeeb48b Fix integration tests
Due to change in test infra, we disable by default automatic loading for classpath plugins (see 75efa47d5a), we need to explicitly enable it again.
2014-05-23 17:03:58 +02:00
David Pilato 8e560c072b Update to elasticsearch 1.3
Closes #35.
2014-05-23 17:03:43 +02:00
Jun Ohtani a8ad051435 Not registered as a global analyzer
The `kuromoji` analyzer is not registered as a global analyzer, so this fails:

    POST /_analyze?analyzer=kuromoji&text=J R 新宿駅の近くにビールを飲みに行こうか

    {
       "error": "ElasticsearchIllegalArgumentException[failed to find analyzer [kuromoji]]",
       "status": 400
    }

But this succeeds:

    PUT /t
    POST /t/_analyze?analyzer=kuromoji&text=J R 新宿駅の近くにビールを飲みに行こうか

Closes #31.
2014-04-29 11:35:15 +02:00
David Pilato c258213062 Add Lucene version in plugin.properties file
Closes #33.
(cherry picked from commit fd508b8)
2014-04-29 11:29:11 +02:00
David Pilato d0b89c227c Update to Lucene 4.8
Closes #30.
(cherry picked from commit bf7cc95)
2014-04-29 11:28:48 +02:00
David Pilato 0add553832 Create branch es-1.2 2014-04-29 11:23:04 +02:00
Adrien Grand 2f5e8ef0ec Update to Lucene 4.8. 2014-04-29 09:37:17 +02:00
David Pilato a69cdeeada Manage per version documentation links 2014-03-26 12:22:04 +01:00
David Pilato 20a83fece4 Check elasticsearch version SNAPSHOT dependency 2014-03-26 10:41:36 +01:00
David Pilato 874c316460 Update master to elasticsearch master SNAPSHOT 2014-03-25 19:16:54 +01:00
David Pilato 003a1dc105 Disable java and maven version checking
And fix typo in email html
2014-03-19 22:38:17 +01:00
David Pilato ef0cddbeb3 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 #26.
2014-03-09 10:39:23 +01:00
Bill Hwang 132ba63bc3 Adjusted local repository policy
When running plugin test, set local repository update policy to always.
2014-03-07 14:59:20 -08:00
Bill Hwang d56619c4c2 Added plug-in test hooks 2014-03-06 14:46:12 -08:00
Jun Ohtani 15cfa67ed9 fix typos in README.md
Closes #23
2014-03-03 11:15:32 +01:00
David Pilato 207420cf6a 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] Japanese (kuromoji) Analysis plugin for elasticsearch 1.8.0 released
```

We prefer to have that form:

```
[ANN] Elasticsearch Japanese (kuromoji) Analysis plugin 1.8.0 released
```

Thanks to @spinscale to reporting this.
2014-03-03 10:36:55 +01:00
David Pilato f01363ec37 prepare for next development iteration 2014-02-28 23:57:04 +01:00