Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dataSource": {
"name": "mydocdbdatasource",
"description": "My Cosmos DB data source.",
"type": "documentdb",
"type": "cosmosdb",
"credentials": {
"connectionString": "AccountEndpoint=https://myDocDbEndpoint.documents.azure.com;AccountKey=myDocDbAuthKey;Database=myDocDbDatabaseId"
},
Expand All @@ -30,7 +30,7 @@
"body": {
"name": "mydocdbdatasource",
"description": "My Cosmos DB data source.",
"type": "documentdb",
"type": "cosmosdb",
"credentials": {
"connectionString": null
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"indexAnalyzer": null,
"searchAnalyzer": null,
"analyzer": "fr.lucene",
"synonymMaps": []
"synonymMaps": []
},
{
"name": "hotelName",
Expand Down Expand Up @@ -286,7 +286,7 @@
"indexAnalyzer": null,
"searchAnalyzer": null,
"analyzer": null,
"synonymMaps": []
"synonymMaps": []
}
],
"scoringProfiles": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
"searchDnsSuffix": "search.windows.net",
"api-version": "2017-11-11-Preview",
"indexer": {
"name": "myindexer",
"description": "a cool indexer",
"dataSourceName": "mydatasource",
"targetIndexName": "orders",
"name": "myindexer",
"description": "a cool indexer",
"dataSourceName": "mydatasource",
"targetIndexName": "orders",
"schedule": {
"interval": "PT1H",
"startTime": "2015-01-01T00:00:00Z"
},
},
"parameters": {
"maxFailedItems": 10,
"maxFailedItemsPerBatch": 5
}
}
}
},
"responses": {
"201": {
"body": {
"name": "myindexer",
"description": "a cool indexer",
"dataSourceName": "mydatasource",
"targetIndexName": "orders",
"name": "myindexer",
"description": "a cool indexer",
"dataSourceName": "mydatasource",
"targetIndexName": "orders",
"schedule": {
"interval": "PT1H",
"startTime": "2015-01-01T00:00:00Z"
},
},
"parameters": {
"maxFailedItems": 10,
"maxFailedItemsPerBatch": 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dataSource": {
"name": "mydocdbdatasource",
"description": "My Cosmos DB data source.",
"type": "documentdb",
"type": "cosmosdb",
"credentials": {
"connectionString": "AccountEndpoint=https://myDocDbEndpoint.documents.azure.com;AccountKey=myDocDbAuthKey;Database=myDocDbDatabaseId"
},
Expand All @@ -32,7 +32,7 @@
"body": {
"name": "mydocdbdatasource",
"description": "My Cosmos DB data source.",
"type": "documentdb",
"type": "cosmosdb",
"credentials": {
"connectionString": null
},
Expand All @@ -55,7 +55,7 @@
"body": {
"name": "mydocdbdatasource",
"description": "My Cosmos DB data source.",
"type": "documentdb",
"type": "cosmosdb",
"credentials": {
"connectionString": null
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"indexAnalyzer": null,
"searchAnalyzer": null,
"analyzer": "fr.lucene",
"synonymMaps": []
"synonymMaps": []
},
{
"name": "hotelName",
Expand Down Expand Up @@ -289,7 +289,7 @@
"indexAnalyzer": null,
"searchAnalyzer": null,
"analyzer": null,
"synonymMaps": []
"synonymMaps": []
}
],
"scoringProfiles": [
Expand Down Expand Up @@ -403,7 +403,7 @@
"indexAnalyzer": null,
"searchAnalyzer": null,
"analyzer": "fr.lucene",
"synonymMaps": []
"synonymMaps": []
},
{
"name": "hotelName",
Expand Down Expand Up @@ -515,7 +515,7 @@
"indexAnalyzer": null,
"searchAnalyzer": null,
"analyzer": null,
"synonymMaps": []
"synonymMaps": []
}
],
"scoringProfiles": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@
"api-version": "2017-11-11-Preview",
"Prefer": "return=representation",
"indexer": {
"name": "myindexer",
"description": "a cool indexer",
"dataSourceName": "mydatasource",
"targetIndexName": "orders",
"name": "myindexer",
"description": "a cool indexer",
"dataSourceName": "mydatasource",
"targetIndexName": "orders",
"schedule": {
"interval": "PT1H",
"startTime": "2015-01-01T00:00:00Z"
},
},
"parameters": {
"maxFailedItems": 10,
"maxFailedItemsPerBatch": 5
}
}
}
},
"responses": {
"200": {
"body": {
"name": "myindexer",
"description": "a cool indexer",
"dataSourceName": "mydatasource",
"targetIndexName": "orders",
"name": "myindexer",
"description": "a cool indexer",
"dataSourceName": "mydatasource",
"targetIndexName": "orders",
"schedule": {
"interval": "PT1H",
"startTime": "2015-01-01T00:00:00Z"
},
},
"parameters": {
"maxFailedItems": 10,
"maxFailedItemsPerBatch": 5
Expand All @@ -41,14 +41,14 @@
},
"201": {
"body": {
"name": "myindexer",
"description": "a cool indexer",
"dataSourceName": "mydatasource",
"targetIndexName": "orders",
"name": "myindexer",
"description": "a cool indexer",
"dataSourceName": "mydatasource",
"targetIndexName": "orders",
"schedule": {
"interval": "PT1H",
"startTime": "2015-01-01T00:00:00Z"
},
},
"parameters": {
"maxFailedItems": 10,
"maxFailedItemsPerBatch": 5
Expand Down
Loading