Thanks, I know the other ways of doing it, I was more specifically interested in doing it on a field within a Poco via the NEST api.
On Monday, May 5, 2014 6:25:40 PM UTC+1, Itamar Syn-Hershko wrote: > > 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]<javascript:> > > 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] <javascript:>. >> 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/7f19491d-aad3-45be-8ade-0518f2695ef0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
