mirror of
https://github.com/simon987/sist2.git
synced 2025-04-04 07:52:59 +00:00
10 lines
263 B
JSON
10 lines
263 B
JSON
{
|
|
"description": "Copy _id to _tie, save path depth",
|
|
"processors": [
|
|
{
|
|
"script": {
|
|
"source": "ctx._tie = ctx._id; ctx._depth = ctx.path.length() == 0 ? 0 : 1 + ctx.path.length() - ctx.path.replace(\"/\", \"\").length();"
|
|
}
|
|
}
|
|
]
|
|
} |