api-version=2024-07-01 Content-Type: application/json api-key: [search service admin key] { "name" : "[my-sqldb-indexer]", "dataSourceName" : "[my-sqldb-ds]", "targetIndexName" : "[my-search-index]", "disabled": null, "schedule": null, "parameters": { "batchSize...
api-version=2024-07-01 Content-Type: application/json api-key: [search service admin key] { "name" : "[my-sqldb-indexer]", "dataSourceName" : "[my-sqldb-ds]", "targetIndexName" : "[my-search-index]", "disabled": null, "schedule": null, "parameters": { "batchSize":...
本教程的源代码位于 Azure-Samples/search-dotnet-getting-started GitHub 存储库中的 DotNetHowToIndexer 文件夹内。1 - 创建服务本教程使用 Azure AI 搜索进行索引编制和查询,使用 Azure SQL 数据库作为外部数据源。 如果可能,请在同一区域和资源组中创建这两个服务,使它们相互靠近并易于管理。 在实践中,Azure ...
POST https://<Your Search Service>.search.windows.net/indexers?api-version=2015-02-28 HTTP/1.1 api-key: <Your API Key> Content-Type: application/json { "name" : "myindexer", "dataSourceName" : "myazuresqldatasource", "targetIndexName" : "customerindex" }...
Using indexers for Azure SQL Database, users now have the option to search over their data stored in Azure SQL Database using Azure Search. Important to note is that Azure Search supports data from a variety of data sources, not just SQL Database. As customers can use either Full-...
Create and manage search indexes, data sources, indexers, skillsets, and synonym maps Load and manage search documents in an index Execute queries, all without having to deal with the details of HTTP and JSON Invoke and manage AI enrichment (skillsets) and outputs ...
Search Management Search Service Overview API versions Data types Data type map for indexers Naming rules HTTP status codes HTTP request and response headers OData support Earlier versions 2020-06-30 Data sources Documents Indexers Indexes Analyze Text ...
POST https://[service name].search.windows.net/indexes/[index name]/docs/index?api-version=[api-version] Content-Type: application/jsonapi-key: [admin key] For supported Azure data sources,indexersoffer a simpler alternative for adding and updating documents. For more information, seeIndexer op...
Compute Virtual Machine SQL Patching New Compute Virtual Network Gateway BGP Peer New Data Apache Spark Configuration New Data Apache Spark Package New Data Apache Spark Pause Setting New Data Apache Spark Pool New Data Apache Spark Scale Setting New Data Azure Cosmos DB Cognitive Search New Data ...
以下的建立索引子 REST API 呼叫使用 Azure SQL 索引子定義。 索引器會在您提交要求時執行。HTTP 複製 POST https://[service name].search.windows.net/indexers?api-version=2020-06-30 Content-Type: application/json api-key: [admin key] { "name" : "sql-mi-indexer", "dataSourceNa...