Event Timeline
Hi @dcausse ,
Thank you very much for sharing this. Works like a charm!
Looking into the data, we have article topic predictions with scores, and if the article has a link recommendation as a boolean.
This is awesome.
So, if we want to find the add-a-link recommendation scores, we should look in either maria db directly or another index.
I think we have the add-a-link recommendation scores here for shown recommendations but not for the all available ones.
I'll investigate further.
The search index does indeed only store a flag for recommendation, if there are confidence attached to it they're not sent to us.
Sadly I'm not quite clear where and if this data is stored somewhere.
The flag used to get injected into the search index via the stream mediawiki.revision-recommendation-create but nowadays I believe these are pushed directly via LinkRecommendationUpdater but better to ask the Growth team what this does. The confidence scores can be part of the search index if this is useful but I think we should probably discuss about why you would need this, the search index is useful to produce ranked list of recommendations and we would not want it to be a generic feature store.