sist2/schema/pipeline.json
2020-02-07 10:08:01 -05:00

10 lines
140 B
JSON

{
"description": "Copy _id to _tie",
"processors": [
{
"script": {
"source": "ctx._tie = ctx._id;"
}
}
]
}