Re: Functions in search result

2009-08-11 Thread Chris Hostetter
: As far as I know, functions are executed on a per-document/field basis. : That is, I don't think any of them aggregate numeric field values from a : result set. correct. it sounds like what you are looking for is the StatsComponent... http://wiki.apache.org/solr/StatsComponent : >

Re: Functions in search result

2009-08-04 Thread Otis Gospodnetic
, NER, IR - Original Message > From: Markus Jelsma - Buyways B.V. > To: solr-user@lucene.apache.org > Sent: Tuesday, August 4, 2009 4:37:09 AM > Subject: Functions in search result > > Solr people, > > > Can i retrieve results from a function query? For inst

Re: Functions in search result

2009-08-04 Thread Grant Ingersoll
On Aug 4, 2009, at 4:37 AM, Markus Jelsma - Buyways B.V. wrote: Solr people, Can i retrieve results from a function query? For instance, i have a schema in which all documents have a size in bytes field. For each query, i also need to sum of the bytes field for the returned documents. I kno

Functions in search result

2009-08-04 Thread Markus Jelsma - Buyways B.V.
Solr people, Can i retrieve results from a function query? For instance, i have a schema in which all documents have a size in bytes field. For each query, i also need to sum of the bytes field for the returned documents. I know i can use SUM as part of a function query but i cannot figure it out