Specifying relevance ranking strategy for results

To rank the order of results received in response for a value search request, you can use the RelevanceRankingStrategy attribute.

If you specify a relevance ranking strategy, the order of results is ranked according to it. To rank the order of results of the value search request, specify the value for the RelevanceRankingStrategy attribute in the ValueSearchConfig type of your Conversation Web Service request, as in this abbreviated example:
<ns:ContentElementConfig 
... 
RelevanceRankingStrategy="static (nbins,descending)">
...
</ns:ContentElementConfig>