Use to change the raw score of an item in SearchResults in the OnFound callback.
C#
public bool ChangedItemScore;
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.
See Also