Aqualogic Interaction API  
 

IPTSearchResponse.GetIsBestBet Method 

Returns true if the result appears in the result set (or if its rank was affected) because of a Best Bet.

bool GetIsBestBet(
   int nRank
);

Parameters

nRank
Ungrouped result rank, in the range 0 to (GetReturnedResults()-1).

Return Value

whether the result was affected by a Best Bet

See Also

IPTSearchResponse Interface | com.plumtree.server Namespace