{
"query": {
"bool": {
"must_not": [
{
"exists": {
"field": "createTime"
}
}
]
}
}
}