From 66cf4ecc54635f99b8f21cbcb7d08409f4835f9f Mon Sep 17 00:00:00 2001 From: Andreas Kohn Date: Mon, 17 Nov 2014 14:54:19 +0100 Subject: [PATCH] Docs: Fix typo in the javadoc for #tieBreaker() Closes #8503 --- .../org/elasticsearch/index/query/MultiMatchQueryBuilder.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/elasticsearch/index/query/MultiMatchQueryBuilder.java b/src/main/java/org/elasticsearch/index/query/MultiMatchQueryBuilder.java index 7e67119e491..58334ba249b 100644 --- a/src/main/java/org/elasticsearch/index/query/MultiMatchQueryBuilder.java +++ b/src/main/java/org/elasticsearch/index/query/MultiMatchQueryBuilder.java @@ -280,7 +280,7 @@ public class MultiMatchQueryBuilder extends BaseQueryBuilder implements Boostabl /** *

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.

@@ -403,4 +403,4 @@ public class MultiMatchQueryBuilder extends BaseQueryBuilder implements Boostabl builder.endObject(); } -} \ No newline at end of file +}