mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 22:45:04 +00:00
The NotQueryBuilder has been deprecated on the 2.x branches and can be removed with the next major version. It can be replaced by boolean query with added mustNot() clause. Closes #13761