Setting default analyzer

Use the create index API And provide the settings there when you create the
index. Thats the simplest way to do it. Another is to put this in the
config of each node you have.

On Thu, Jun 7, 2012 at 10:04 PM, Michael Smolyak <
msmolyak.nextcentury@gmail.com> wrote:

Anne,

Thank you for your reply. I am removed by several layers of abstraction
from Elastic Search. The Grails plugin reads the annotation-like
information from my domain classes, constructs the mapping based on it and
sends it to the search engine.

It is not clear to me where I can specify the default analyzer. Is it in
the mapping? Or is there a Java API call can I make to configure the
default analyzer for my index.

How do I convert the information on the page you sent to an API call?

Thank you,

Michael