You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cloned repository does not need to be built if there are no changes to be made to the solution. The built runnable jar named azure-cosmosdb-mongo-data-indexer-1.0-SNAPSHOT.jar is already included in the runnableJar/ folder. The jar can be executed by specifying the following required parameters:
93
93
- Azure Cosmos DB for MongoDB vCore cluster connection string with the username and password used when the cluster was provisioned
94
-
- The database within which the collection has been created
95
-
- The name of the collection to be indexed
96
-
- The location of the local json file containing the document structure for the specified collection. This is the document that will be read by the jar file to extract each field and issue individual createIndex operations.
94
+
- The Azure Cosmos DB for MongoDB vCore database
95
+
- The collection to be indexed
96
+
- The location of the json file with the document structure for the collection. This document is parsed by the jar file to extract every field and issue individual createIndex operations.
0 commit comments