Skip to content

Commit 7b527c4

Browse files
"BaseQuery" class : the "build" method does not apply to the "runtimeFields" field.
Original Pull Request #2568 Closes #2567
1 parent 5b02364 commit 7b527c4

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/org/springframework/data/elasticsearch/core/query

1 file changed

+1
-0
lines changed

src/main/java/org/springframework/data/elasticsearch/core/query/BaseQuery.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ public <Q extends BaseQuery, B extends BaseQueryBuilder<Q, B>> BaseQuery(BaseQue
117117
this.expandWildcards = builder.getExpandWildcards();
118118
this.docValueFields = builder.getDocValueFields();
119119
this.scriptedFields = builder.getScriptedFields();
120+
this.runtimeFields = builder.getRuntimeFields();
120121
}
121122

122123
/**

0 commit comments

Comments
 (0)