[classad-users] Match results in rank order


Date: Sat, 7 Jan 2006 23:02:13 +0530
From: Imran Shaik <imran.sk@xxxxxxxxx>
Subject: [classad-users] Match results in rank order
Hi,
  I have a queried ClassAd collection with constraint.
  I have results in a Local Collection Query object.
  Now my problem is to return the result in rank order.
  Is there any way to do so?
  
  ClassAdCollection cac;
 ....
 ...
 ....
  lcq->Bind(cac);
  lcq->Query("root",constraint);
.....
 
 Return results in rank order????
 
I have seen a solution with views(in user group). Is that the only one?
Or do i need to write my own function?
 

--
Yours,
Imran
[← Prev in Thread] Current Thread [Next in Thread→]
  • [classad-users] Match results in rank order, Imran Shaik <=