Commit 01b7641a authored by litaolemo's avatar litaolemo

update

parent 3fec506e
......@@ -119,7 +119,7 @@ def get_es_word(word,start_ts):
"match_phrase": {"tractate_tag_name_content": {"query": word,
"analyzer": "gm_default_index"}}}],
"must": [
{"terms": {"platform": [13,14,15,16,17]}}, {"range":{"create_time":{"gte":start_ts}}}
{"terms": {"platform": [13,14,15,16,17]}}, {"range":{"create_time_epoch":{"gte":start_ts/1e3}}}
]
}
}, "size": 0, "aggs": {
......
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