你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureSearchIndexFieldMappingOptions interface
可选设置,用于控制使用已配置的 Azure 搜索 资源时字段的处理方式。
属性
content |
应被视为内容的索引字段的名称。 |
content |
内容字段应使用的分隔符模式。 |
filepath |
要用作文件路径的索引字段的名称。 |
image |
表示图像矢量数据的字段的名称。 |
title |
要用作标题的索引字段的名称。 |
url |
要用作 URL 的索引字段的名称。 |
vector |
表示矢量数据的字段的名称。 |
属性详细信息
contentFields
应被视为内容的索引字段的名称。
contentFields?: string[]
属性值
string[]
contentFieldsSeparator
内容字段应使用的分隔符模式。
contentFieldsSeparator?: string
属性值
string
filepathField
要用作文件路径的索引字段的名称。
filepathField?: string
属性值
string
imageVectorFields
表示图像矢量数据的字段的名称。
imageVectorFields?: string[]
属性值
string[]
titleField
要用作标题的索引字段的名称。
titleField?: string
属性值
string
urlField
要用作 URL 的索引字段的名称。
urlField?: string
属性值
string
vectorFields
表示矢量数据的字段的名称。
vectorFields?: string[]
属性值
string[]