I am not familiar with Clojure at all. Nutch plugin loading code is tricky and hacking it to straight away invoke Clojure code should be a significant work. My feeling is that if you cook up with a plugin in java and then call Clojure code through this java wrapper, this might work.
Thanks, Tejas On Mon, Dec 9, 2013 at 5:03 PM, Olle Romo <[email protected]> wrote: > Hi All, > > According to NUTCH-609 there were some talk about allowing plugins to load > from jar files. Looks like that was from a few years ago. Can I write a > plugin in Clojure and have it load ok? > > Best, > Olle > >

