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 d190348 commit 264b130Copy full SHA for 264b130
specification/_types/mapping/core.ts
@@ -211,6 +211,7 @@ export class SemanticTextProperty {
211
type: 'semantic_text'
212
meta?: Dictionary<string, string>
213
inference_id: Id
214
+ search_inference_id?: Id
215
}
216
217
export class SearchAsYouTypeProperty extends CorePropertyBase {
0 commit comments