"BaseQuery" class : the "build" method does not apply to the "runtimeFields" field.

Original Pull Request #2568
Closes #2567

(cherry picked from commit 7b527c44511d0e45e0246ae2ee758cd522685aeb)
This commit is contained in:
Pierre Mazieres @Semarchy 2023-05-17 18:52:01 +02:00 committed by Peter-Josef Meisch
parent 23a5071ee5
commit 5561a5b1ae
No known key found for this signature in database
GPG Key ID: DE108246970C7708

View File

@ -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();
}
/**