Set ingest processor can copy the whole object from one field to another #10134
Labels
enhancement
Enhancement or improvement to existing feature or request
Indexing & Search
Search:Query Capabilities
Search
Search query, autocomplete ...etc
Is your feature request related to a problem? Please describe.
Currently, the set ingest processor cannot copy the whole object from one field to another, the copied result is just string, which is not practical, the use case is that I want to copy a subField of one field to another root level field, and then delete the original field or overwrite it, but I cannot do it by set processor. See the following cases:
Case 1:
Request:
Response:
Case 2
Request:
Response:
The copied result is just string, not an object.
Describe the solution you'd like
Add some enhancement to make set processor can copy the whole object from one field to another, no matter what the data type is, like json object, array, integer, float, all of these types can be copied and keep the same.
Describe alternatives you've considered
Use script processor to do that but it's not easy to use.
The text was updated successfully, but these errors were encountered: