Commit Graph

64 Commits

Author SHA1 Message Date
David Pilato 304e6898be Update to elasticsearch 1.4.0
Closes #25.

(cherry picked from commit c299ce4)
2014-07-16 09:20:55 +02:00
David Pilato f4d0d27903 Remove deprecated smartcn_word and smartcn_sentence
were deprecated in 2.2.0 by #22.

Closes #24.

(cherry picked from commit 2bab6e0)
2014-06-27 16:21:24 +02:00
David Pilato 26c1f4c43e Update to Lucene 4.9.0
Closes #23.

(cherry picked from commit 5662016)
2014-06-27 16:21:09 +02:00
David Pilato d063fe6019 Deprecate smartcn_word
Looks like `WordTokenFilter` has been [deprecated in Lucene 4.8](http://lucene.apache.org/core/4_8_0/analyzers-smartcn/org/apache/lucene/analysis/cn/smart/WordTokenFilter.html) and looking at the javadoc, it looks like that only the [HMMChineseTokenizer](http://lucene.apache.org/core/4_8_0/analyzers-smartcn/org/apache/lucene/analysis/cn/smart/HMMChineseTokenizer.html) will be supported.

We need to deprecate `smartcn_word` and `smartcn_sentence`.
We add `smartcn_tokenizer` which does the both things.

 Closes #22.

(cherry picked from commit 64dcb9b)
2014-06-27 16:12:47 +02:00
David Pilato 45dfe9abb6 Update to elasticsearch 1.3.0
Closes #21.
(cherry picked from commit a1b37f6)
2014-05-28 10:18:22 +02:00
David Pilato f215ab05dd [DOCS] Fix analyzer name
Closes #20.

Thanks to @goncha!
(cherry picked from commit 333f850)
2014-05-28 10:15:17 +02:00
David Pilato 38186752cd Update to Lucene 4.8 / Elasticsearch 1.2.0
Related to #18.
2014-05-28 09:51:40 +02:00
David Pilato 4dc5dd4ce6 Add Lucene version in plugin.properties file
Closes #19.
(cherry picked from commit 3fb429c)
2014-04-29 11:03:14 +02:00
David Pilato 17c23ceb41 Update to Lucene 4.8
Closes #18
(cherry picked from commit e2a98c9)
2014-04-29 11:02:53 +02:00
David Pilato 835a0445c6 Create es-1.2 branch 2014-04-29 10:55:47 +02:00
David Pilato 9308c0ac76 Register smartcn analyzer, tokenizer and tokenfilter
When the plugin starts, it should register `smartcn` analyzer, `smartcn_sentence` tokenizer and `smartcn_word` token filter.

Closes #12.
(cherry picked from commit b8cd4c4)
2014-03-26 14:58:53 +01:00
David Pilato 9e780fa599 Update to elasticsearch 1.1.0 / Lucene 4.7.0
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 397e943)
2014-03-26 14:48:30 +01:00
David Pilato 66be648d78 Disable java and maven version checking
And fix typo in email html
2014-03-19 22:35:56 +01:00
David Pilato fcdd0fe418 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 #16.
2014-03-09 10:46:59 +01:00
David Pilato f5cc94a1a2 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] Smart Chinese Analysis plugin for elasticsearch 1.8.0 released
```

We prefer to have that form:

```
 [ANN] Elasticsearch Smart Chinese Analysis plugin 1.8.0 released
 ```

  Thanks to @spinscale to reporting this.
2014-03-03 10:43:23 +01:00
David Pilato ee4b15b051 prepare for next development iteration 2014-02-28 18:19:32 +01:00
David Pilato f224b0435c prepare release elasticsearch-analysis-smartcn-2.0.0 2014-02-28 18:16:11 +01:00
David Pilato 542d5fc092 Update to Lucene 4.6.1 / Elasticsearch 1.0.0
Closes #11
2014-02-28 18:14:40 +01:00
David Pilato dbf9463927 Add plugin release semi-automatic script
Closes #15.
2014-02-28 18:02:42 +01:00
David Pilato 1ea5fb43d2 prepare for next development iteration 2014-01-15 19:52:47 +01:00
David Pilato e7509afff0 prepare release elasticsearch-analysis-smartcn-2.0.0.RC1 2014-01-15 18:25:36 +01:00
David Pilato fc6c0e59eb Update to elasticsearch 1.0.0.RC1
Closes #8.
2014-01-10 23:52:10 +01:00
David Pilato 618c1070b9 Prepare branch 1.x 2014-01-10 23:50:47 +01:00
David Pilato 2244fa4397 update headers 2014-01-10 23:49:11 +01:00
David Pilato 6ed8a53aac prepare for next development iteration 2013-12-19 12:15:19 +01:00
David Pilato 801fb0a247 prepare release elasticsearch-analysis-smartcn-1.8.0 2013-12-19 11:32:42 +01:00
David Pilato e2c2a50750 Move tests to JUnit
Closes #7.
2013-12-19 10:56:36 +01:00
David Pilato 4eb0f0adcf Update to Elasticsearch 0.90.8 / Lucene 4.6.0
Closes #6.
2013-12-19 10:46:35 +01:00
David Pilato a62cf9d6b8 prepare for next development iteration 2013-11-06 12:55:49 +01:00
David Pilato b2dcc3383a prepare release elasticsearch-analysis-smartcn-1.7.0 2013-11-06 12:55:49 +01:00
David Pilato 0d2791efba Update to Elasticsearch 0.90.6 / Lucene 4.5.1
Closes #5.
2013-11-06 12:55:48 +01:00
David Pilato 7b6ce78d5f Create CONTRIBUTING.md 2013-08-21 11:53:56 +02:00
David Pilato b66ce97c72 prepare for next development iteration 2013-08-08 15:35:01 +02:00
David Pilato 78345bc561 prepare release elasticsearch-analysis-smartcn-1.6.0 2013-08-08 15:27:56 +02:00
David Pilato 19bcfc2715 Update to Elasticsearch 0.90.3 / Lucene 4.4.0
Closes #4.
2013-08-08 15:26:08 +02:00
David Pilato ff42ae5cd2 prepare for next development iteration 2013-05-30 21:44:23 +02:00
David Pilato e5931379ca prepare release elasticsearch-analysis-smartcn-1.5.0 2013-05-30 21:41:00 +02:00
David Pilato 7dfbdf4523 Update to Elasticsearch 0.90.1 / Lucene 4.3.0
Closes #3.
2013-05-30 21:39:36 +02:00
Shay Banon 0380d82397 move to 1.5 snap 2013-04-29 21:57:47 +02:00
Shay Banon bd6af00f92 release 1.4 2013-04-29 21:57:30 +02:00
Shay Banon bf3a779c65 move to lucene 4.2.1 and ES 0.90 2013-04-29 21:56:22 +02:00
Shay Banon fa4c5451bd move to 1.4 snap 2013-02-26 15:46:44 +01:00
Shay Banon 035419ef51 release 1.3 2013-02-26 15:46:23 +01:00
David Pilato d080a75e7d Move to Elasticsearch 0.21.0.Beta1
Due to refactoring in 0.21.x we have to update this plugin
Closes #2.
2013-02-24 23:16:50 +01:00
Shay Banon e78e320478 add license and repo 2012-06-10 21:58:17 +02:00
Shay Banon 1f42e11d6c move to 1.3.0 snap 2012-04-30 12:48:11 +03:00
Shay Banon 0d02b918e6 release 1.2.0 2012-04-30 12:47:48 +03:00
Shay Banon e20248f123 upgrade to lucene 3.6 2012-04-30 12:44:10 +03:00
Shay Banon 642d6b367b Merge pull request #1 from dadoonet/master
Update maven assembly plugin version to 2.3
2012-02-26 15:41:06 -08:00
David Pilato 50db4dca71 Ignore eclipse files 2012-02-26 23:28:23 +01:00