I have set up a search result made up of a resultBean object containing the
information that I am fetching.  Currently it is sorted by score (relevance)
which is great and what I want.  However, I have created a loop which
continues to add results from several indexes to the search result (e.g.
articles, books, chapters).  This works fine, but each specific section is
sorted by score so that the articles are listed first (lets say 200 of them
return) then the books are listed and sorted based on relevance and so on.  

I need some way to again sort by score on my compiled search result.

Any thoughts?

Thanks,
Albert

-- 
View this message in context: 
http://www.nabble.com/Sorting-a-search-result-tf4475317.html#a12760356
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to