Hi Toke, I'm glad to know that. That's exactly why I'm writing Alba: to lower as much as possible the initial learning curve about Solr plugins architecture so you can do a quick test and evaluate if a custom plugin is the right tool for a particular task (sometimes you can get the same result working on the config) or even just to explore what can be done with them.
As soon as I can allocate some time I'll try to add more features and more examples in the Wiki. Should you have any issue or suggestion on how to improve it please let me know. Thanks Leonardo On Mon, Sep 14, 2015 at 9:58 AM, Toke Eskildsen <[email protected]> wrote: > On Thu, 2015-09-10 at 14:38 +0200, Leonardo Foderaro wrote: > > @AlbaPlugin(name="myPluginsLibrary") > > public class MyPlugins { > > > > @DocTransformer(name="helloworld") > > public void hello(SolrDocument doc) { > > doc.setField("message", "Hello, World!"); > > } > > > [... http://github.com/leonardofoderaro/] > > The is very timely for me, as I'll have to dig into Solr plugin writing > before the year is over. > > > I still have many questions about Solr, but first I'd like to ask you > > if you think it's a good idea. Any feedback is very welcome. > > I know very little writing plugins, so I am in no position to qualify > how much alba helps with that: From what I can see in your GitHub > repository, it seems very accessible though. > > Thank you for sharing, > Toke Eskildsen, State and University Library, Denmark > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
