Commit Graph

15 Commits

Author SHA1 Message Date
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 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 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 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 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 2244fa4397 update headers 2014-01-10 23:49:11 +01:00
David Pilato e2c2a50750 Move tests to JUnit
Closes #7.
2013-12-19 10:56:36 +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 bd6a7a0eb2 upgrade to latest assembly plugin 2012-02-26 10:11:33 +02:00
Shay Banon 3eef6ad66b move to elasticsearch 0.19.0 snap and use some of its features 2012-01-31 13:00:14 +02:00
Shay Banon e26f62a71e first! 2011-12-29 11:58:31 +02:00