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
c1b48f9f
Commit
c1b48f9f
authored
May 15, 2019
by
lixiaofang
Browse files
Options
Browse Files
Download
Plain Diff
合并hera_search
parents
e2e7ab49
2bb97a47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
topic.py
search/utils/topic.py
+13
-0
No files found.
search/utils/topic.py
View file @
c1b48f9f
...
...
@@ -1002,7 +1002,20 @@ class TopicUtils(object):
}
}
})
elif
k
==
"drop_score"
:
if
v
==
"0"
:
f
.
append
({
"term"
:
{
k
:
v
}
})
else
:
f
.
append
({
"range"
:
{
"drop_score"
:
{
"gte"
:
v
,
}
}
})
else
:
if
isinstance
(
v
,
list
):
...
...
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