Re: Named filters (was: Introducing Alba, a small framework to simplify Solr plugins development)

2015-09-17 Thread Leonardo Foderaro
ahah don't worry Toke, no problem at all :) there will be other posts on Alba, as soon as I will fix some bits. SOLR-7276 is very interesting, indeed. I'm not sure if it's possible, I'll try to implement some of its logic. btw, this is the way you'd define a PostFilter (I still have to update the

Re: Introducing Alba, a small framework to simplify Solr plugins development

2015-09-14 Thread Leonardo Foderaro
AM, Toke Eskildsen <t...@statsbiblioteket.dk> wrote: > On Thu, 2015-09-10 at 14:38 +0200, Leonardo Foderaro wrote: > > @AlbaPlugin(name="myPluginsLibrary") > > public class MyPlugins { > > > > @DocTransformer(name="hellowor

Re: Introducing Alba, a small framework to simplify Solr plugins development

2015-09-14 Thread Leonardo Foderaro
thank you for sharing, it looks like a challenging project. I'm not sure if alba could be the right tool but if you want to give it a try for a simple proof-of-concept I will gladly help you to decide if it can be. I also agree with Alexandre, I'm not sure if this thread is more appropriate here

Introducing Alba, a small framework to simplify Solr plugins development

2015-09-10 Thread Leonardo Foderaro
Hi everyone, this is my first post on this list and my first opensource project, so please don't expect too much from either of them. I've spent these last weeks trying to understand how to create Solr plugins, so I started a simple project (a plugin itself) which evolved into a small framework