There was an error while loading. Please reload this page.
1 parent 583fa4a commit 6ace8baCopy full SHA for 6ace8ba
modules/elasticsearch/src/main/java/org/elasticsearch/index/query/xcontent/HasChildQueryParser.java
@@ -73,6 +73,8 @@ public class HasChildQueryParser extends AbstractIndexComponent implements XCont
73
childType = parser.text();
74
} else if ("_scope".equals(currentFieldName)) {
75
scope = parser.text();
76
+ } else if ("boost".equals(currentFieldName)) {
77
+ boost = parser.floatValue();
78
}
79
80
0 commit comments