你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SearchIndexerIndexProjectionSelector 类

定义

指定搜索索引中存储的数据的说明。

public class SearchIndexerIndexProjectionSelector
type SearchIndexerIndexProjectionSelector = class
Public Class SearchIndexerIndexProjectionSelector
继承
SearchIndexerIndexProjectionSelector

构造函数

SearchIndexerIndexProjectionSelector(String, String, String, IEnumerable<InputFieldMappingEntry>)

初始化 SearchIndexerIndexProjectionSelector 的新实例。

属性

Mappings

投影的映射,或应将哪个源映射到目标索引中的哪个字段。

ParentKeyFieldName

搜索索引中要将父文档的键值映射到的字段的名称。 必须是可筛选的字符串字段,而不是键字段。

SourceContext

投影的源上下文。 表示将文档拆分为多个子文档的基数。

TargetIndexName

要投影到的搜索索引的名称。 必须具有具有“关键字 (keyword) ”分析器集的键字段。

适用于