On Dec 30, 2009, at 5:27 PM, Joe Calderon wrote: > how can i make the score be solely the output of a function query? > > the function query wiki page details something like > q=boxname:findbox+_val_:"product(product(x,y),z)"&fl=*,score > >
Wrap the non-function query part in parenthesis and boost it by 0. In Solr 1.5, you will be able to sort by function query. -Grant