[DOCS] Fixed missing space (#38305)

This commit is contained in:
avshiav 2019-03-20 17:18:01 +02:00 committed by Luca Cavanna
parent 05ed1cfb33
commit 1edebfc834
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ of these DisjunctionMaxQuery's is combined into a BooleanQuery.
The tie breaker capability allows results that include the same term in
multiple fields to be judged better than results that include this term
in only the best of those multiple fields, without confusing this with
the better case of two different terms in the multiple fields.The
the better case of two different terms in the multiple fields. The
default `tie_breaker` is `0.0`.
This query maps to Lucene `DisjunctionMaxQuery`.