Commit e44fb45a authored by lixiaofang's avatar lixiaofang

add

parent b133c0c9
...@@ -21,17 +21,9 @@ ...@@ -21,17 +21,9 @@
"is_default":{"type":"long"}, "is_default":{"type":"long"},
"is_cover":{"type":"boolean"}, "is_cover":{"type":"boolean"},
"topic_vote_number":{"type":"long"}, "topic_vote_number":{"type":"long"},
"activity_join":{"type":"long"}, "latest_real_reply_time":{"type":"date", "format":"date_time_no_millis"},
"related_billboard":{ "latest_real_topic_time":{"type":"date", "format":"date_time_no_millis"}
"type":"nested",
"properties":{
"pictorial_id":{"type":"long"},
"topic_add_createtime":{"type":"long"},
"real_vote_cnt":{"type":"long"},
"virt_vote_cnt":{"type":"long"},
"total_vote_cnt":{"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