On 14-Apr-08, at 6:14 PM, s d wrote:
We have an index of documents from different sources and we want to make sure the results we display are interleaved from the different sources andnot only ranked based on relevancy.Is there a way to do this ?
By far the easiest way is to get the top N/2 results from each source and interleave on the client side.
regards, -Mike