"BaseQuery" class : the "build" method does not apply to the "runtimeFields" field.
Original Pull Request #2568
Closes #2567
(cherry picked from commit 7b527c4451)
This commit is contained in:
committed by
Peter-Josef Meisch
parent
23a5071ee5
commit
5561a5b1ae
@@ -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