AzureSearchIndexFieldMappingOptions interface
Optional settings to control how fields are processed when using a configured Azure Search resource.
Properties
content |
The names of index fields that should be treated as content. |
content |
The separator pattern that content fields should use. |
filepath |
The name of the index field to use as a filepath. |
image |
The names of fields that represent image vector data. |
title |
The name of the index field to use as a title. |
url |
The name of the index field to use as a URL. |
vector |
The names of fields that represent vector data. |
Property Details
contentFields
The names of index fields that should be treated as content.
contentFields?: string[]
Property Value
string[]
contentFieldsSeparator
The separator pattern that content fields should use.
contentFieldsSeparator?: string
Property Value
string
filepathField
The name of the index field to use as a filepath.
filepathField?: string
Property Value
string
imageVectorFields
The names of fields that represent image vector data.
imageVectorFields?: string[]
Property Value
string[]
titleField
The name of the index field to use as a title.
titleField?: string
Property Value
string
urlField
The name of the index field to use as a URL.
urlField?: string
Property Value
string
vectorFields
The names of fields that represent vector data.
vectorFields?: string[]
Property Value
string[]
Azure SDK for JavaScript