You don't need to manually download the jar file if you use Maven. Add the jar as dependency to your pom.xml
<dependency> <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch-analysis-icu</artifactId> <version>2.4.1</version> </dependency> Jörg On Thu, Jan 15, 2015 at 10:47 PM, Kumar S <[email protected]> wrote: > Thanks David! > > Sorry for being a new one in the ES world. But where would i download the > JAR file from and what calss should i be using for the icu_collation? > > Thank you very much, > Kumar Subramanian, > > On Thursday, January 15, 2015 at 12:52:12 PM UTC-8, David Pilato wrote: >> >> You most likely just need to add it as a dependency. Which is easy if you >> are using maven. >> >> David >> >> Le 15 janv. 2015 à 21:03, Kumar S <[email protected]> a écrit : >> >> Hi, >> I am new to ES. I am using NodeBuilder in my unit test to run a local >> instance of ES. I would like to use the icu_collation plugin. How can i >> install and run the plugin form within this local instance. Is there API >> that i should use? if not, what are the different ways i can do this? >> >> Thank you very much, >> Kumar Subramanian. >> >> -- >> 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/5f3ebc39-4c13-4d1b-a888-bd101ab46136% >> 40googlegroups.com >> <https://groups.google.com/d/msgid/elasticsearch/5f3ebc39-4c13-4d1b-a888-bd101ab46136%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/5a5e82b3-038b-4251-ae2c-f2216dc991f0%40googlegroups.com > <https://groups.google.com/d/msgid/elasticsearch/5a5e82b3-038b-4251-ae2c-f2216dc991f0%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/CAKdsXoGpyUHXde-P4e3YqrcXi2AduDevh-7LsgB7dA3TzStsvw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
