[Enhancement]: alterindex support delete properties #37436
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
What would you like to be added?
Key Points:
-
New Parameter - deleteKeys: This new parameter enables the deletion of specified properties from an index. By passing a list of keys to deleteKeys, users can remove the corresponding properties from the index.
-
Mutual Exclusivity: The deleteKeys parameter cannot be used in conjunction with the extraParams parameter. Users must choose one parameter to pass based on their requirement. If deleteKeys is provided, it indicates an intent to delete properties; if extraParams is provided, it signifies the addition or update of properties.
Why is this needed?
No response
Anything else?
No response