博客
工具
API
Search
ElasticSearch Painless Script脚本简单格式化工具
offline
tool
The tool functions entirely offline. No requests to backend(except webpage google analytics requests)
格式化 ElasticSearch Painless Script中的"source"字段内容, 单行格式/多行格式 相互转换,
Painless
Single Line Painless Script Code:
Input Sample:
0
1
2
3
4
5
6
7
"
"
↓ 单行 -> 多行 ↓
↑ 多行 -> 单行 ↑
Multi Line Painless Script Code:
"source": """
"""