Re: how to load custom valuesource as plugin

2007-11-14 Thread Britske
How would you then use a custom valueSource? would extending a requesthandler and explicitly calling the valuesource in the requesthandler work? Obviously, thats not very flexible,but it might do for now. Is a pluggable query parser on the agenda? if so, where can I vote ;-) Geert-Jan Yon

Re: how to load custom valuesource as plugin

2007-11-14 Thread Yonik Seeley
Unfortunately, the function query parser isn't currently pluggable. -Yonik On Nov 14, 2007 2:02 PM, Britske <[EMAIL PROTECTED]> wrote: > > I've created a simple valueSource which is supposed to calculate a weighted > sum over a list of supplied valuesources. > > How can I let Solr recognise this