Polishing

This commit is contained in:
Peter-Josef Meisch 2023-05-17 19:27:37 +02:00
parent 7b527c4451
commit 6edd3cf1fe
No known key found for this signature in database
GPG Key ID: DE108246970C7708

View File

@ -74,7 +74,7 @@ public class BaseQuery implements Query {
protected List<RescorerQuery> rescorerQueries = new ArrayList<>();
@Nullable protected Boolean requestCache;
protected List<IdWithRouting> idsWithRouting = Collections.emptyList();
protected final List<RuntimeField> runtimeFields = new ArrayList<>();
protected List<RuntimeField> runtimeFields = new ArrayList<>();
@Nullable protected PointInTime pointInTime;
private boolean queryIsUpdatedByConverter = false;
@Nullable private Integer reactiveBatchSize = null;