Smart chinese analyzer

I have been using Lucene with Smart Chinese Analyzer with fine
results. Recently I moved to using Elasticsearch, and would like to
continue to use the same language analyzer. I understand that
currently I cannot configure ES to use this analyzer and would like
the analyzer to be added.

Its not built into elasticsearch currently, but can be easily added. Open an issue for it?

On Tuesday, June 21, 2011 at 6:31 PM, amit wrote:

I have been using Lucene with Smart Chinese Analyzer with fine
results. Recently I moved to using Elasticsearch, and would like to
continue to use the same language analyzer. I understand that
currently I cannot configure ES to use this analyzer and would like
the analyzer to be added.

i've write a plugin to define my own tokenizer and filter, i recommend
you write your own plugin which is very flexible

On Jun 23, 7:45 pm, Shay Banon shay.ba...@elasticsearch.com wrote:

Its not built into elasticsearch currently, but can be easily added. Open an issue for it?

On Tuesday, June 21, 2011 at 6:31 PM, amit wrote:

I have been using Lucene with Smart Chinese Analyzer with fine
results. Recently I moved to using Elasticsearch, and would like to
continue to use the same language analyzer. I understand that
currently I cannot configure ES to use this analyzer and would like
the analyzer to be added.

Weiwei, Can you provide more details about the plugin you wrote?

On Thu, Jun 23, 2011 at 8:29 PM, Weiwei Wang ww.wang.cs@gmail.com wrote:

i've write a plugin to define my own tokenizer and filter, i recommend
you write your own plugin which is very flexible

On Jun 23, 7:45 pm, Shay Banon shay.ba...@elasticsearch.com wrote:

Its not built into elasticsearch currently, but can be easily added. Open
an issue for it?

On Tuesday, June 21, 2011 at 6:31 PM, amit wrote:

I have been using Lucene with Smart Chinese Analyzer with fine
results. Recently I moved to using Elasticsearch, and would like to
continue to use the same language analyzer. I understand that
currently I cannot configure ES to use this analyzer and would like
the analyzer to be added.

Hello. I want to use elasticsearch for full-text search on a web site which is primarily (simplified) Chinese. I do not have any prior experience with search engines and language analyzers. Could someone give me some pointers on how to set up a Chinese analyzer for ES? Your help would be much appreciated.