Description
Description
CIDR helper class was added to Painless API in #69630, and then whitelisted in #71258 (8.X) and #71306 (7.X). Our 7.13 release highlights mention this class, and gives examples of its use: https://www.elastic.co/guide/en/elasticsearch/reference/7.13/release-highlights.html#match-ipv4-ipv6-addresses-against-cidr-ranges-painless
However, searching our Painless API docs, I can find no mention of it: https://www.elastic.co/guide/en/elasticsearch/painless/8.6/painless-api-reference-shared.html. The release highlights mentions that this class should be available in all contexts, so I assume it should exist in the Shared API
section. I have been unsuccessful locating it in other locations as well.
Can we please add the CIDR class to our documentation beyond just the release highlights for an old version?