Skip to content

Commit 0494bfa

Browse files
committed
Adapt missing version after backport (bis)
Relates #51708
1 parent 8e937a0 commit 0494bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/search/internal/ShardSearchRequest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ protected final void innerWriteTo(StreamOutput out, boolean asKey) throws IOExce
209209
out.writeStringArray(indexRoutings);
210210
out.writeOptionalString(preference);
211211
}
212-
if (out.getVersion().onOrAfter(Version.V_8_0_0)) {
212+
if (out.getVersion().onOrAfter(Version.V_7_7_0)) {
213213
out.writeBoolean(canReturnNullResponseIfMatchNoDocs);
214214
}
215215
}

0 commit comments

Comments
 (0)