We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d23a1 commit ef82235Copy full SHA for ef82235
src/main/java/org/springframework/data/elasticsearch/core/query/BaseQuery.java
@@ -71,7 +71,7 @@ public class BaseQuery implements Query {
71
protected List<RescorerQuery> rescorerQueries = new ArrayList<>();
72
@Nullable protected Boolean requestCache;
73
protected List<IdWithRouting> idsWithRouting = Collections.emptyList();
74
- protected final List<RuntimeField> runtimeFields = new ArrayList<>();
+ protected List<RuntimeField> runtimeFields = new ArrayList<>();
75
@Nullable protected PointInTime pointInTime;
76
77
private boolean queryIsUpdatedByConverter = false;
0 commit comments