On 7-May-08, at 5:01 AM, Umar Shah wrote:
Hi,I want to use result of a function query based on multiple field values forranking the results,can I also return the value of the computed function along with other fieldsof the documents returned.
If you score documents based on a function query, then the each document's score will be the result of the function.
Unfortunately, you can only return the result of one function this way. -Mike