mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-12 07:55:24 +00:00
Right now `ProcessorDefinition#resolveAttributes` relies on reference equality to detect when the rewrite does nothing. At least, all the nodes rely on this. Maybe this isn't that important, but it is what we do so we may as well document it. Original commit: elastic/x-pack-elasticsearch@662372db14