Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
P
physical
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
alpha
physical
Commits
9780e4f3
Commit
9780e4f3
authored
5 years ago
by
段英荣
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test' of git.wanmeizhensuo.com:alpha/physical into test
parents
64e24010
42c5485f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
23 deletions
+26
-23
topic.py
search/utils/topic.py
+26
-23
No files found.
search/utils/topic.py
View file @
9780e4f3
...
...
@@ -158,14 +158,14 @@ class TopicUtils(object):
q
[
"query"
]
=
dict
()
functions_list
=
[
{
"filter"
:
{
"term"
:
{
"language_type"
:
1
}
},
"weight"
:
60
},
#
{
#
"filter": {
#
"term": {
#
"language_type": 1
#
}
#
},
#
"weight": 60
#
},
{
"gauss"
:
{
"create_time"
:
{
...
...
@@ -175,18 +175,18 @@ class TopicUtils(object):
},
"weight"
:
60
},
{
"filter"
:
{
"constant_score"
:{
"filter"
:{
"term"
:
{
"content_level"
:
6
}
}
}
},
"weight"
:
600
}
#
{
#
"filter": {
#
"constant_score":{
#
"filter":{
#
"term": {
#
"content_level": 6
#
}
#
}
#
}
#
},
#
"weight": 600
#
}
]
# if len(user_similar_score_list) > 0:
...
...
@@ -242,7 +242,10 @@ class TopicUtils(object):
}
}
],
"minimum_should_match"
:
1
"minimum_should_match"
:
1
,
"must_not"
:
[
{
"term"
:
{
"is_history"
:
True
}}
]
}
},
"score_mode"
:
"sum"
,
...
...
@@ -322,12 +325,12 @@ class TopicUtils(object):
# }
# },
{
"_score"
:
{
"
offline
_score"
:
{
"order"
:
"desc"
}
},
{
"
offline_score"
:
{
"
_score"
:
{
"order"
:
"desc"
}
}
...
...
This diff is collapsed.
Click to expand it.
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