"BaseQuery" class : the "build" method does not apply to the "runtimeFields" field.
Original Pull Request #2568 Closes #2567
This commit is contained in:
committed by
GitHub
parent
5b02364384
commit
7b527c4451
@@ -117,6 +117,7 @@ public class BaseQuery implements Query {
|
||||
this.expandWildcards = builder.getExpandWildcards();
|
||||
this.docValueFields = builder.getDocValueFields();
|
||||
this.scriptedFields = builder.getScriptedFields();
|
||||
this.runtimeFields = builder.getRuntimeFields();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user