Hi, So, this query does just what I want, but it's typically 3 times slower than the edismax query without the functions:
select?qq={!edismax v='news' qf='title^2 body'}&scaledQ=scale(product( query($qq),1),0,1)&q={!func}sum(product(0.75,$scaledQ), product(0.25,field(myfield)))&fq={!query v=$qq} Is there any way to speed this up? Would writing a custom function query that compiled all the function queries together be any faster? Thanks, Peter On Mon, Nov 11, 2013 at 1:31 PM, Peter Keegan <peterlkee...@gmail.com>wrote: > Thanks > > > On Mon, Nov 11, 2013 at 11:46 AM, Yonik Seeley <yo...@heliosearch.com>wrote: > >> On Mon, Nov 11, 2013 at 11:39 AM, Peter Keegan <peterlkee...@gmail.com> >> wrote: >> > fq=$qq >> > >> > What is the proper syntax? >> >> fq={!query v=$qq} >> >> -Yonik >> http://heliosearch.com -- making solr shine >> > >