fix(processors/task): update new conf of keyword
This commit is contained in:
parent
5634b3e649
commit
bea202f56e
|
@ -146,9 +146,6 @@ def fix_keyword(
|
||||||
keyword_parser_.with_.update(
|
keyword_parser_.with_.update(
|
||||||
{
|
{
|
||||||
"matches": keyword_weight,
|
"matches": keyword_weight,
|
||||||
"fullscore": 0,
|
|
||||||
"minscore": -1000,
|
|
||||||
"files": ["stdout", "stderr"],
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
|
|
@ -264,12 +264,6 @@
|
||||||
],
|
],
|
||||||
"score": 20
|
"score": 20
|
||||||
}
|
}
|
||||||
],
|
|
||||||
"fullscore": 0,
|
|
||||||
"minscore": -1000,
|
|
||||||
"files": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -397,12 +391,6 @@
|
||||||
],
|
],
|
||||||
"score": 15
|
"score": 15
|
||||||
}
|
}
|
||||||
],
|
|
||||||
"fullscore": 0,
|
|
||||||
"minscore": -1000,
|
|
||||||
"files": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -503,12 +491,6 @@
|
||||||
],
|
],
|
||||||
"score": 15
|
"score": 15
|
||||||
}
|
}
|
||||||
],
|
|
||||||
"fullscore": 0,
|
|
||||||
"minscore": -1000,
|
|
||||||
"files": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -611,12 +593,6 @@
|
||||||
],
|
],
|
||||||
"score": 5
|
"score": 5
|
||||||
}
|
}
|
||||||
],
|
|
||||||
"fullscore": 0,
|
|
||||||
"minscore": -1000,
|
|
||||||
"files": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -116,12 +116,6 @@
|
||||||
],
|
],
|
||||||
"score": 15
|
"score": 15
|
||||||
}
|
}
|
||||||
],
|
|
||||||
"fullscore": 0,
|
|
||||||
"minscore": -1000,
|
|
||||||
"files": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -86,12 +86,6 @@
|
||||||
],
|
],
|
||||||
"score": 15
|
"score": 15
|
||||||
}
|
}
|
||||||
],
|
|
||||||
"fullscore": 0,
|
|
||||||
"minscore": -1000,
|
|
||||||
"files": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -88,12 +88,6 @@
|
||||||
],
|
],
|
||||||
"score": 5
|
"score": 5
|
||||||
}
|
}
|
||||||
],
|
|
||||||
"fullscore": 0,
|
|
||||||
"minscore": -1000,
|
|
||||||
"files": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -85,12 +85,6 @@
|
||||||
],
|
],
|
||||||
"score": 20
|
"score": 20
|
||||||
}
|
}
|
||||||
],
|
|
||||||
"fullscore": 0,
|
|
||||||
"minscore": -1000,
|
|
||||||
"files": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user