There are 2 ways to define a custom analyzer - one is via configuration http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/custom-analyzers.html, and the other is via code.
If your custom analyzer is written in code, it will be Java code that has to be deployed to ES as a plugin while your code is a client written in .NET, so no Otherwise, you can define the analyzer via index settings from client code as well -- Itamar Syn-Hershko http://code972.com | @synhershko <https://twitter.com/synhershko> Freelance Developer & Consultant Author of RavenDB in Action <http://manning.com/synhershko/> On Mon, May 5, 2014 at 8:19 PM, Marcio Rodrigues <[email protected]>wrote: > Ah ok, so if i undesratd correctly, there is no way to define a custom > analyser in code and use that to to index a poco? > > -- > You received this message because you are subscribed to the Google Groups > "elasticsearch" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elasticsearch/69b6c529-3e55-472e-92e0-79c4c2f01ce4%40googlegroups.com<https://groups.google.com/d/msgid/elasticsearch/69b6c529-3e55-472e-92e0-79c4c2f01ce4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAHTr4Zu7wqg9unpmjM%2BHrcY8OPUPGeXXQ84mzCFCVpp3W%3DkYmA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
