Commit Graph

96 Commits

Author SHA1 Message Date
David Pilato 8ae662da7c prepare release elasticsearch-analysis-kuromoji-2.0.0 2014-02-28 23:55:36 +01:00
David Pilato dfcfe7e894 Can not upgrade kuromoji plugin from elasticsearch 0.90.5
Due to fix [3790](https://github.com/elasticsearch/elasticsearch/issues/3790) in core, upgrading an analyzer provided as a plugin now fails.

See https://github.com/elasticsearch/elasticsearch/issues/5030 for details.

Issue is in elasticsearch core code but can be fixed in plugins by overloading `PreBuiltAnalyzerProviderFactory`,  `PreBuiltTokenFilterFactoryFactory`, `PreBuiltTokenizerFactoryFactory` or `PreBuiltCharFilterFactoryFactory ` when used.

Closes #21
(cherry picked from commit 3401c21)
2014-02-28 23:48:24 +01:00
David Pilato bcbd107daf Update to Lucene 4.6.1 / Elasticsearch 1.0.0
Closes #18
2014-02-28 23:37:00 +01:00
David Pilato 53bfb4f96d Add plugin release semi-automatic script
Closes #22
2014-02-28 23:27:37 +01:00
David Pilato 69e1cb8e46 prepare for next development iteration 2014-01-15 19:52:10 +01:00
David Pilato 51d39d37a2 prepare release elasticsearch-analysis-kuromoji-2.0.0.RC1 2014-01-15 18:20:26 +01:00
David Pilato e488cdfb41 Update version 2.0.0.RC1 2014-01-10 23:11:53 +01:00
David Pilato 77701b95ba Update to elasticsearch 1.0.0.RC1
Closes #16.
2014-01-10 23:08:23 +01:00
David Pilato 1c4b330788 Preparing branch 1.x 2014-01-10 23:03:21 +01:00
David Pilato b0ea86a635 Update headers 2014-01-10 23:00:25 +01:00
David Pilato 5a9395f126 prepare for next development iteration 2013-12-20 08:13:46 +01:00
David Pilato 938401bffc prepare release elasticsearch-analysis-kuromoji-1.7.0 2013-12-20 08:10:04 +01:00
Jun Ohtani 98b2544f2a Add JapaneseIterationMarkCharFilter support
Currently, Kuromoji have JapaneseIterationMarkCharFilter.
Add IterationMarkCharFilter to analysis-kuromoji.

Closes #7.
2013-12-20 08:03:29 +01:00
Simon Willnauer 4c95a3ef70 Update to Elasticsearch 0.90.8 / Lucene 4.6.0
Move tests to JUnit

Closes #11.
Closes #14.
2013-12-19 10:36:16 +01:00
David Pilato 939db58526 prepare for next development iteration 2013-11-06 12:52:25 +01:00
David Pilato 7381e1e72f prepare release elasticsearch-analysis-kuromoji-1.6.0 2013-11-06 12:52:25 +01:00
David Pilato d98014c942 Update to Elasticsearch 0.90.6 / Lucene 4.5.1
Closes #10.
2013-11-06 12:52:25 +01:00
David Pilato 7448856852 Merge pull request #9 from johtani/add_description
Add description and example
2013-10-21 01:40:21 -07:00
Jun Ohtani 4c31dfc37e Add description and example 2013-10-20 06:05:29 +09:00
David Pilato 578c5acbb3 Create CONTRIBUTING.md 2013-08-21 11:54:57 +02:00
David Pilato a4b2409f33 Documentation: Version table is incorrect
Closes #5.
2013-08-08 15:58:02 +02:00
David Pilato 235b834431 prepare for next development iteration 2013-08-08 15:54:09 +02:00
David Pilato 7b68a59de3 prepare release elasticsearch-analysis-kuromoji-1.5.0 2013-08-08 15:49:35 +02:00
David Pilato fc23bfd8f2 Update to Elasticsearch 0.90.3 / Lucene 4.4.0
Closes #6.
2013-08-08 15:49:26 +02:00
David Pilato e7a2f7d7b3 prepare for next development iteration 2013-05-30 21:22:05 +02:00
David Pilato 8115b687d8 prepare release elasticsearch-analysis-kuromoji-1.4.0 2013-05-30 21:16:22 +02:00
David Pilato 4282fdf8e1 Update to Elasticsearch 0.90.1 / Lucene 4.3.0
Closes #4.
2013-05-30 21:13:03 +02:00
Shay Banon 858596b613 move to 1.4 snap 2013-04-29 21:53:12 +02:00
Shay Banon 4a1108a7fa release 1.3.0 2013-04-29 21:52:56 +02:00
Shay Banon bdec4cda93 move to lucene 4.2.1 and ES 0.90 2013-04-29 21:51:50 +02:00
Shay Banon 5f4f3be33d move to 1.3 snap 2013-02-26 15:36:58 +01:00
Shay Banon 624eedeef1 release 1.2.0 2013-02-26 15:36:34 +01:00
Shay Banon a418dcf808 move to 0.90 2013-02-26 15:30:13 +01:00
David Pilato 52ca251276 Move to Elasticsearch 0.21.0.Beta1
Due to refactoring in 0.21.x we have to update this plugin
Closes #2.
2013-02-25 09:51:29 +01:00
Martijn van Groningen fc040db280 Moved to 1.2.0-SNAPSHOT for next development. 2012-11-21 11:48:24 +01:00
Martijn van Groningen 3b814905c8 Release 1.1.0 2012-11-21 11:03:09 +01:00
Martijn van Groningen 75b6af56d2 - TokenFilters and Tokenizers are loaded via the original (more maintainable) way as was in the previous commit. 2012-11-19 15:08:23 +01:00
Martijn van Groningen f7fb051179 - The KuromojiIndicesAnalysis class get loaded during plugin loading.
- TokenFilters and Tokenizers are now loaded via a binding processor.
2012-11-13 22:18:21 +01:00
Martijn van Groningen 47b424f472 Updated libraries 2012-11-13 13:30:45 +01:00
Martijn van Groningen e0def771f8 Fixed tests. 2012-11-13 13:27:15 +01:00
Shay Banon 2667e8f6ac md format.... 2012-06-10 21:56:19 +02:00
Shay Banon 32a1503b94 cleanup the additional analysis components 2012-06-10 21:51:56 +02:00
Simon Willnauer 801f621b52 expose individual kuromoji token fitlers & tokenizers in elasticsearch in addition to the japanese analyzer 2012-06-10 21:17:34 +02:00
Shay Banon 9356f463f2 move to 1.1.0 snap 2012-04-30 13:50:47 +03:00
Shay Banon fcd0d3991f release 1.0.0 2012-04-30 13:50:14 +03:00
Shay Banon 30a4fe263c initial commit 2012-04-30 13:42:59 +03:00