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

2007-11-10 Thread Britske
of the underlying Lucene Field-cache implementation. Having the option to sort on about 10.000 variantfields with about 400.000 docs will consume about 16 GB max. Definitly not doable in my situation. A LRU-implementation of the lucene field-cache would help big time in this situation to at least not

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

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

2007-11-05 Thread Britske
ori. Any help is highly appreciated! Cheers, Geert-Jan -- View this message in context: http://www.nabble.com/where-to-hook-in-to-SOLR-to-read-field-label-from-functionquery-tf4751109.html#a13585389 Sent from the Solr - User mailing list archive at Nabble.com.