Skip to content

Commit d65c011

Browse files
committed
Cleanup
1 parent 4b11083 commit d65c011

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/src/main/java/org/elasticsearch/cluster/metadata/InferenceFieldMetadata.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ public void writeTo(StreamOutput out) throws IOException {
108108
if (out.getTransportVersion().onOrAfter(SEMANTIC_TEXT_CHUNKING_CONFIG)) {
109109
out.writeGenericMap(chunkingSettings);
110110
}
111+
if (out.getTransportVersion().onOrAfter(SEMANTIC_TEXT_INDEX_OPTIONS)) {
112+
out.writeOptionalWriteable(indexOptions);
113+
}
111114
}
112115

113116
@Override

0 commit comments

Comments
 (0)