Skip to content

Commit 5a9ecef

Browse files
authored
Merge pull request #104926 from MarkHeff/cosmosdbgremlin
Gremlin not available through portal
2 parents 4e6b05a + 124f246 commit 5a9ecef

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/search/search-howto-index-cosmosdb.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,13 @@ This article shows you how to configure an Azure Cosmos DB [indexer](search-inde
2727

2828
Because terminology can be confusing, it's worth noting that [Azure Cosmos DB indexing](https://docs.microsoft.com/azure/cosmos-db/index-overview) and [Azure Cognitive Search indexing](search-what-is-an-index.md) are distinct operations, unique to each service. Before you start Azure Cognitive Search indexing, your Azure Cosmos DB database must already exist and contain data.
2929

30-
The Cosmos DB indexer in Azure Cognitive Search can crawl [Azure Cosmos DB items](https://docs.microsoft.com/azure/cosmos-db/databases-containers-items#azure-cosmos-items) accessed through different protocols.
30+
The Cosmos DB indexer in Azure Cognitive Search can crawl [Azure Cosmos DB items](https://docs.microsoft.com/azure/cosmos-db/databases-containers-items#azure-cosmos-items) accessed through different protocols.
3131

32-
+ For [SQL API](https://docs.microsoft.com/azure/cosmos-db/sql-api-query-reference), which is generally available, you can use the [portal](#cosmos-indexer-portal), [REST API](https://docs.microsoft.com/rest/api/searchservice/indexer-operations), or [.NET SDK](https://docs.microsoft.com/dotnet/api/microsoft.azure.search.models.indexer?view=azure-dotnet).
32+
+ For [SQL API](https://docs.microsoft.com/azure/cosmos-db/sql-api-query-reference), which is generally available, you can use the [portal](#cosmos-indexer-portal), [REST API](https://docs.microsoft.com/rest/api/searchservice/indexer-operations), or [.NET SDK](https://docs.microsoft.com/dotnet/api/microsoft.azure.search.models.indexer?view=azure-dotnet) to create the data source and indexer.
3333

34-
+ For [MongoDB API (preview)](https://docs.microsoft.com/azure/cosmos-db/mongodb-introduction)
35-
and [Gremlin API (preview)](https://docs.microsoft.com/azure/cosmos-db/graph-introduction), you can use either the [portal](#cosmos-indexer-portal) or the [REST API version 2019-05-06-Preview](search-api-preview.md) on a [Create Indexer (REST)](https://docs.microsoft.com/rest/api/searchservice/create-indexer) call to create the indexer.
34+
+ For [MongoDB API (preview)](https://docs.microsoft.com/azure/cosmos-db/mongodb-introduction), you can use either the [portal](#cosmos-indexer-portal) or the [REST API version 2019-05-06-Preview](search-api-preview.md) to create the data source and indexer.
3635

37-
+ For [Cassandra API (preview)](https://docs.microsoft.com/azure/cosmos-db/cassandra-introduction), you can only use the [REST API version 2019-05-06-Preview](search-api-preview.md) on a [Create Indexer (REST)](https://docs.microsoft.com/rest/api/searchservice/create-indexer) call.
36+
+ For [Cassandra API (preview)](https://docs.microsoft.com/azure/cosmos-db/cassandra-introduction) and [Gremlin API (preview)](https://docs.microsoft.com/azure/cosmos-db/graph-introduction), you can only use the [REST API version 2019-05-06-Preview](search-api-preview.md) to create the data source and indexer.
3837

3938

4039
> [!Note]

0 commit comments

Comments
 (0)