Aqualogic Interaction API  
 

IPTSResult.getRank Method 

Returns the rank of this result within its result set. Convenience method that returns the same result as calling getFieldAsInt on the RANK field (see IPTSSearchableCollection.Rank).

int getRank();

Return Value

the rank of this result.

See Also

IPTSResult Interface | com.plumtree.server.search Namespace