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

Original Pull Request #2568
Closes #2567
This commit is contained in:
Pierre Mazieres @Semarchy 2023-05-17 18:52:01 +02:00 committed by GitHub
parent 5b02364384
commit 7b527c4451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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