summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/index/search/ESToParentBlockJoinQuery.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/java/org/elasticsearch/index/search/ESToParentBlockJoinQuery.java')
-rw-r--r--core/src/main/java/org/elasticsearch/index/search/ESToParentBlockJoinQuery.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/java/org/elasticsearch/index/search/ESToParentBlockJoinQuery.java b/core/src/main/java/org/elasticsearch/index/search/ESToParentBlockJoinQuery.java
index 1ee427599c..3762b1fffc 100644
--- a/core/src/main/java/org/elasticsearch/index/search/ESToParentBlockJoinQuery.java
+++ b/core/src/main/java/org/elasticsearch/index/search/ESToParentBlockJoinQuery.java
@@ -75,8 +75,8 @@ public final class ESToParentBlockJoinQuery extends Query {
}
@Override
- public Weight createWeight(IndexSearcher searcher, boolean needsScores) throws IOException {
- return query.createWeight(searcher, needsScores);
+ public Weight createWeight(IndexSearcher searcher, boolean needsScores, float boost) throws IOException {
+ return query.createWeight(searcher, needsScores, boost);
}
@Override