Use to change the raw score of an item in SearchResults in the OnFound callback.
C#
publicvoidSetItemScore(
intnewVal
);
Remarks
In the OnFound callback in ISearchStatusHandler, set ChangedItemScore = true and set Score to a new value to change the score of an item in search results.