Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
M
meta_base_code
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宋柯
meta_base_code
Commits
629bafe0
Commit
629bafe0
authored
Nov 30, 2020
by
litaolemo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
6dd41bf0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
18 deletions
+7
-18
daily_search_word_count_last_two_year.py
task/daily_search_word_count_last_two_year.py
+7
-18
No files found.
task/daily_search_word_count_last_two_year.py
View file @
629bafe0
...
@@ -16,6 +16,7 @@ import pymysql
...
@@ -16,6 +16,7 @@ import pymysql
from
elasticsearch
import
Elasticsearch
from
elasticsearch
import
Elasticsearch
import
datetime
import
datetime
# from maintenance.func_send_email_with_file import send_file_email
# from maintenance.func_send_email_with_file import send_file_email
# import zipfile
# import zipfile
...
@@ -29,8 +30,6 @@ import datetime
...
@@ -29,8 +30,6 @@ import datetime
# }])
# }])
def
get_all_tag
():
def
get_all_tag
():
res_dict
=
{}
res_dict
=
{}
sql
=
"select name from api_tag where is_online = 1 and tag_type = 3"
sql
=
"select name from api_tag where is_online = 1 and tag_type = 3"
...
@@ -60,21 +59,11 @@ def from_es_get_service_num(query):
...
@@ -60,21 +59,11 @@ def from_es_get_service_num(query):
}
}
])
])
q
=
{
q
=
{
"query"
:
{
"bool"
:
{
"must"
:
{
"multi_match"
:
{
"query"
:
query
,
"query"
:
{
"fields"
:
[
"short_description"
,
"name"
,
"closure_tags"
,
"bool"
:
{
"sku_list.show_short_description"
,
"sku_list.name"
,
"must"
:
{
"sku_list.new_sku_tags"
],
"operator"
:
"and"
,
"multi_match"
:
{
"type"
:
"best_fields"
,
"analyzer"
:
"ik_max_word"
}}}},
"size"
:
0
}
"query"
:
query
,
"fields"
:
[
"name"
,
"sku_list.name"
],
"operator"
:
"and"
,
"type"
:
"best_fields"
,
"analyzer"
:
"ik_max_word"
}
}
}
}
}
results
=
es
.
search
(
results
=
es
.
search
(
index
=
'gm-dbmw-service'
,
index
=
'gm-dbmw-service'
,
...
@@ -308,7 +297,7 @@ for t in range(1, task_days):
...
@@ -308,7 +297,7 @@ for t in range(1, task_days):
pv
=
name
.
all_search_pv
pv
=
name
.
all_search_pv
uv
=
name
.
all_search_uv
uv
=
name
.
all_search_uv
is_tag
=
tag_dict
.
get
(
keywords
,
0
)
is_tag
=
tag_dict
.
get
(
keywords
,
0
)
is_delete
=
0
if
keyword_dict
.
get
(
keywords
)
else
1
is_delete
=
0
if
keyword_dict
.
get
(
keywords
)
else
1
if
not
is_delete
:
if
not
is_delete
:
servise_num
=
from_es_get_service_num
(
keywords
)
servise_num
=
from_es_get_service_num
(
keywords
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment