Commit c2484d6
authored
Fix FetchSourceContext serialization for mixed-version clusters (#129172)
Ensure the new exclude_vectors parameter is correctly serialized and
deserialized when operating in a mixed-version cluster. Given that
version 8.19 is not compatible with 9.0, we can assume that all versions
on or after 9.1 will support this new parameter.1 parent 39c5175 commit c2484d6
File tree
1 file changed
+1
-1
lines changed- server/src/main/java/org/elasticsearch/search/fetch/subphase
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments