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 4b11083 commit d65c011Copy full SHA for d65c011
server/src/main/java/org/elasticsearch/cluster/metadata/InferenceFieldMetadata.java
@@ -108,6 +108,9 @@ public void writeTo(StreamOutput out) throws IOException {
108
if (out.getTransportVersion().onOrAfter(SEMANTIC_TEXT_CHUNKING_CONFIG)) {
109
out.writeGenericMap(chunkingSettings);
110
}
111
+ if (out.getTransportVersion().onOrAfter(SEMANTIC_TEXT_INDEX_OPTIONS)) {
112
+ out.writeOptionalWriteable(indexOptions);
113
+ }
114
115
116
@Override
0 commit comments