🔎 Open source distributed and RESTful search engine.
Go to file
David Pilato 304e6898be Update to elasticsearch 1.4.0
Closes #25.

(cherry picked from commit c299ce4)
2014-07-16 09:20:55 +02:00
dev-tools Update to elasticsearch 1.1.0 / Lucene 4.7.0 2014-03-26 14:48:30 +01:00
src Remove deprecated smartcn_word and smartcn_sentence 2014-06-27 16:21:24 +02:00
.gitignore Move tests to JUnit 2013-12-19 10:56:36 +01:00
CONTRIBUTING.md Create CONTRIBUTING.md 2013-08-21 11:53:56 +02:00
LICENSE.txt add license and repo 2012-06-10 21:58:17 +02:00
README.md Update to elasticsearch 1.4.0 2014-07-16 09:20:55 +02:00
pom.xml Update to Lucene 4.9.0 2014-06-27 16:21:09 +02:00

README.md

Smart Chinese Analysis for Elasticsearch

The Smart Chinese Analysis plugin integrates Lucene Smart Chinese analysis module into elasticsearch.

In order to install the plugin, simply run: bin/plugin -install elasticsearch/elasticsearch-analysis-smartcn/2.1.0.

Smart Chinese Analysis Plugin elasticsearch Release date
3.0.0-SNAPSHOT master XXXX-XX-XX

Please read documentation relative to the version you are using:

The plugin includes the smartcn analyzer and smartcn_tokenizer tokenizer.

Note that smartcn_word token filter and smartcn_sentence have been deprecated.

License

This software is licensed under the Apache 2 license, quoted below.

Copyright 2009-2014 Elasticsearch <http://www.elasticsearch.org>

Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.