mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-07-05 10:12:33 +00:00
"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:
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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user