Re: score = result of function query

2009-12-30 Thread Grant Ingersoll
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

score = result of function query

2009-12-30 Thread Joe Calderon
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 but that doesnt seems to work --joe