| | WebCenter Interaction API | |
| IPTSearchResponse.GetRankForUncategorizedDoc Method |
Like GetRank(), maps from the rank in the uncategorized "all others" set to the overall result ranking.
int GetRankForUncategorizedDoc(
int rankWithinAllOthers
);
Parameters
-
rankWithinAllOthers
- rank in uncategorized set, from 0 to (GetReturnedResultsNotInAnyGroup()-1).
Return Value
overall rank of the result.
See Also
IPTSearchResponse Interface | com.plumtree.server Namespace