Re: where to hook in to SOLR to read field-label from functionquery

2007-11-10 Thread Britske
hossman wrote: > > > : Say I have a custom functionquery MinFloatFunction which takes as its > : arguments an array of valuesources. > : > : MinFloatFunction(ValueSource[] sources) > : > : In my case all these valuesources are the values of a collection of > fields. > > a ValueSource isn't

Re: where to hook in to SOLR to read field-label from functionquery

2007-11-08 Thread Chris Hostetter
: Say I have a custom functionquery MinFloatFunction which takes as its : arguments an array of valuesources. : : MinFloatFunction(ValueSource[] sources) : : In my case all these valuesources are the values of a collection of fields. a ValueSource isn't required to be field specifc (it may alr