Commit ecbcaaeb authored by lixiaofang's avatar lixiaofang

add

parent 542635fb
...@@ -291,9 +291,6 @@ class TopicUtils(object): ...@@ -291,9 +291,6 @@ class TopicUtils(object):
'operator': 'and', 'operator': 'and',
'fields': query_fields, 'fields': query_fields,
} }
logging.info("get ----------------tag_id:%s"%query)
logging.info("get ----------------tag_id:%s"%tag_id)
logging.info("get ----------------tag_id:%s"%type(tag_id))
query_function_score["query"]["bool"]["should"] = [ query_function_score["query"]["bool"]["should"] = [
{'multi_match': multi_match}, {'multi_match': multi_match},
......
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