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

Microsoft.Azure.Search 命名空间

AnalyzerAttribute

指示 Field 为目标属性生成的 FieldBuilder 应将其 Analyzer 属性设置为指定的分析器。

DataSourcesOperationsExtensions

用于管理数据源的操作。 https://docs.microsoft.com/rest/api/searchservice/Indexer-operations

DocumentsOperationsExtensions

用于查询索引以及上传、合并和删除文档的操作。 https://docs.microsoft.com/rest/api/searchservice/Document-operations

FieldBuilder

通过对用户定义的模型类型进行反射来生成搜索索引的字段定义。

FieldBuilderIgnoreAttribute

指示目标属性应被 FieldBuilder忽略。

IndexAnalyzerAttribute

指示 Field 为目标属性生成的 FieldBuilder 应将其 IndexAnalyzer 属性设置为指定的分析器。

IndexBatchException

索引操作仅部分成功时引发的异常。

IndexersOperationsExtensions

用于管理索引器的操作。 https://docs.microsoft.com/rest/api/searchservice/Indexer-operations

IndexesGetClientExtensions

定义一个扩展方法,用于从 SearchServiceClient 的 Indexes 属性获取预配置的 SearchIndexClient。

IndexesOperationsExtensions

用于管理索引的操作。 https://docs.microsoft.com/rest/api/searchservice/Index-operations

IsFacetableAttribute

指示可以对此字段进行分面。 对地理点字段无效。

IsFilterableAttribute

指示字段可以在筛选器表达式中使用。

IsRetrievableAttribute

指示字段是否可以在搜索结果中返回。 这默认为 true,因此仅当将其用作 [IsRetrievable (false) ] 时,此属性才有任何影响。

IsSearchableAttribute

使字段包含在全文搜索中。 仅对字符串或字符串集合字段有效。

IsSortableAttribute

指示字段可以在 orderby 表达式中使用。 对字符串集合字段无效。

SearchAnalyzerAttribute

指示 Field 为目标属性生成的 FieldBuilder 应将其 SearchAnalyzer 属性设置为指定的分析器。

SearchCredentials

用于向搜索服务进行身份验证的凭据。 https://docs.microsoft.com/rest/api/searchservice/

SearchIndexClient

可用于查询索引和上传、合并或删除文档的客户端。

SearchServiceClient

可用于在搜索服务上管理和查询索引和文档以及管理其他资源的客户端。

SearchServiceClientExtensions

SearchServiceClient 的扩展方法。

SkillsetsOperationsExtensions

用于管理技能集的操作。

SynonymMapsAttribute

指示 Field 为目标属性生成的 FieldBuilder 应将其 SynonymMaps 属性设置为指定的值。

SynonymMapsOperationsExtensions

用于管理同义词映射的操作。

接口

IDataSourcesOperations

DataSourcesOperations 操作。

IDocumentsOperations

定义用于查询索引以及上传、合并和删除文档的操作。 https://docs.microsoft.com/rest/api/searchservice/Document-operations

IIndexersOperations

IndexersOperations 操作。

IIndexesOperations

IndexesOperations 操作。

ISearchIndexClient

可用于查询索引和上传、合并或删除文档的客户端。

ISearchServiceClient

可用于在搜索服务上管理和查询索引和文档以及管理其他资源的客户端。

ISkillsetsOperations

SkillsetsOperations 操作。

ISynonymMapsOperations

SynonymMapsOperations 操作。