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 7b527c4 commit 6edd3cfCopy full SHA for 6edd3cf
src/main/java/org/springframework/data/elasticsearch/core/query/BaseQuery.java
@@ -74,7 +74,7 @@ public class BaseQuery implements Query {
74
protected List<RescorerQuery> rescorerQueries = new ArrayList<>();
75
@Nullable protected Boolean requestCache;
76
protected List<IdWithRouting> idsWithRouting = Collections.emptyList();
77
- protected final List<RuntimeField> runtimeFields = new ArrayList<>();
+ protected List<RuntimeField> runtimeFields = new ArrayList<>();
78
@Nullable protected PointInTime pointInTime;
79
private boolean queryIsUpdatedByConverter = false;
80
@Nullable private Integer reactiveBatchSize = null;
0 commit comments