Close
dtSearch Engine API for .NET Framework 2.x-4.x 2023.02
SearchResultsItem::ChangedItemScore Data Member

Use to change the raw score of an item in SearchResults in the OnFound callback.

public bool ChangedItemScore;

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.