Deprecation info missing in the docs?

I saw the following deprecation warning today:

[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices.

So far so good, finding and fixing the responsible piece of code shouldn't be that hard. What surprises me though: According to the pull request #77479 this change was introduced in version 7.16 - the release notes of 7.16 confirm this as well.

And yet, to this day, there is nothing in the current Search API documentation about the ignore_throttled parameter being deprecated. Was this simply forgotten? Or am I confusing something?

I think you're right, this should be mentioned in the docs and it isn't. Would you open a docs bug report on Github about this please?

All right, issue has just been created :white_check_mark:

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.