Commit 70c617b6 authored by lixiaofang's avatar lixiaofang

add

parent 3f56b842
{
"dynamic":"strict",
"properties": {
"id":{"type":"long"},
"is_online":{"type":"boolean"},//上线
"is_deleted":{"type":"boolean"},
"description":{"type":"text","analyzer":"gm_default_index","search_analyzer":"gm_default_search"},
"create_time":{"type":"date", "format":"date_time_no_millis"},
"update_time":{"type":"date", "format":"date_time_no_millis"},
"start_time":{"type":"long"},
"end_time":{"type":"long"},
"version":{"type":"long"}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment