Re: how to shuffle the result while follow some priority rules at the same time

2009-07-07 Thread Chris Hostetter
: I want to implement that effect that the results had better differ from each : other in one page, but I want to show some results first like those contains : more attributes. there is a RandomSortField that you can use as a "tie breaker" when all other fields are equal. info baout using that

how to shuffle the result while follow some priority rules at the same time

2009-06-30 Thread fei dong
Hi buddy, I am working on a music search project and I have a special requirement. It's about the ranking when query the artist name. My project is I get a lot of music records from different sources, some are the same song name but the size or source are different. I want to implement that effec