Docs: Fix typo in the javadoc for #tieBreaker()

Closes #8503
This commit is contained in:
Andreas Kohn 2014-11-17 14:54:19 +01:00 committed by Clinton Gormley
parent e70b4d835b
commit 66cf4ecc54
1 changed files with 2 additions and 2 deletions

View File

@ -280,7 +280,7 @@ public class MultiMatchQueryBuilder extends BaseQueryBuilder implements Boostabl
/**
* <p>Tie-Breaker for "best-match" disjunction queries (OR-Queries).
* The tie breaker capability allows documents that match more than on query clause
* The tie breaker capability allows documents that match more than one query clause
* (in this case on more than one field) to be scored better than documents that
* match only the best of the fields, without confusing this with the better case of
* two distinct matches in the multiple fields.</p>
@ -403,4 +403,4 @@ public class MultiMatchQueryBuilder extends BaseQueryBuilder implements Boostabl
builder.endObject();
}
}
}