I don't think it's possible with the out-of-the-box functionality. The request to the index is really simple, and doesn't allow for that kind of granularity:
/_didyoumean?query={query}&size={size}&hits_cutoff={hits_cutoff}&tags={tags}
You could, I suppose, suppress the click tracking where it doesn't meet the requirements you specified (e.g. the position > 10) but that's obviously not ideal.
Hi,
I'm trying to find out if it's possible to get hits from DidYouMean depending on which position the hits where in the search result.
As an example:
Is this possible? Or are these conditions the ones you must relate to:
When tracking the clicks we do set a position:
command.Hit.Position = position;
But I can't find a way to use that information in DidYouMean.