Prevent Negative boosts in Relevance Tuning (#123468) (#123490)

(cherry picked from commit ff51bb7fef)

Co-authored-by: Scotty Bollinger <scotty.bollinger@elastic.co>
This commit is contained in:
Kibana Machine 2022-01-20 13:49:21 -05:00 committed by GitHub
parent 0bec1f8e9e
commit a3fc7ae8ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ export const BoostItemContent: React.FC<Props> = ({ boost, index, name }) => {
fullWidth
>
<EuiRange
min={-10}
min={0}
max={10}
step={0.1}
value={boost.factor}