How to provide setting for creating custom analyzer using java API?

Hi

I looked on following link for creating custom analyzer:

http://www.elasticsearch.org/guide/reference/index-modules/analysis/custom-analyzer.html

I have question to you which API will help me to create custom
analyzer and how to provides the configuration tokenizer and token
filter to custom analyzer.

Thanks

This should help a bit:

client.admin().cluster().prepareUpdateSettings().setPersistentSettings()

Peter.

On 3 Jan., 06:33, sam mishra.sam...@gmail.com wrote:

Hi

I looked on following link for creating custom analyzer:

Elasticsearch Platform — Find real-time answers at scale | Elastic...

I have question to you which API will help me to create custom
analyzer and how to provides the configuration tokenizer and token
filter to custom analyzer.

Thanks

Thanks for reply.currently i am using elastic-search 0.16.2 ,which is
not provide prepareUpdateSettings() method to be used.can please tell
me another class or method for solve my problem.

Thanks.

On Jan 4, 2:16 am, Karussell tableyourt...@googlemail.com wrote:

This should help a bit:

client.admin().cluster().prepareUpdateSettings().setPersistentSettings()

Elasticsearch Platform — Find real-time answers at scale | Elastic...

Peter.

On 3 Jan., 06:33, sam mishra.sam...@gmail.com wrote:

Hi

I looked on following link for creating custom analyzer:

Elasticsearch Platform — Find real-time answers at scale | Elastic...

I have question to you which API will help me to create custom
analyzer and how to provides the configuration tokenizer and token
filter to custom analyzer.

Thanks