Re: how to add own plugin in solr

2013-02-24 Thread Mark Miller
You have to put the jar on each node on a std lib dir. Same as non Solrcloud mode. We will be adding support to put the jars in zookeeper in an upcoming release. Mark Sent from my iPhone On Feb 24, 2013, at 7:25 AM, mitcoe4 wrote: > hi, > We are using solr 4.0.0 . We want to add our Plug

Re: how to add own plugin in solr

2013-02-24 Thread Gora Mohanty
On 24 February 2013 17:55, mitcoe4 wrote: > hi, > We are using solr 4.0.0 . We want to add our Plugin into solr.Could you > please suggest detailed steps to add plugin? What would your plugin do, i.e., which part of Solr do you want to hook into: Indexing, searching, or what? Regards, Gora