Customize the way relevancy is calculated

2007-09-18 Thread Amitha Talasila
Hi, I have the following requirement. We have an option to sort the search results by relevance. Right now we are getting the search results making an http call If the user chooses that option, the results should be sorted based on the relevance. But the relevance should be

Re: Customize the way relevancy is calculated

2007-09-18 Thread Yonik Seeley
On 9/18/07, Amitha Talasila [EMAIL PROTECTED] wrote: The 65% of the relevance can be computed while indexing the document and posted as a field. But the keyword match is a run time score .Is there any way of getting the relevance score as a combination of this 65% and 35%? A FunctionQuery