From 1e842c32f3cbd9eed087b33f91f0e7e64c3be40f Mon Sep 17 00:00:00 2001 From: Bertrand Le Roy Date: Fri, 11 Oct 2019 14:23:26 -0700 Subject: [PATCH 1/2] Apply branding changes to stable/2019-05-06 and track1/stable/2019-05-06 --- .../stable/2019-05-06/searchindex.json | 36 +++---- .../track1/stable/2019-05-06/searchindex.json | 36 +++---- .../stable/2019-05-06/searchservice.json | 96 +++++++++---------- .../stable/2019-05-06/searchservice.json | 96 +++++++++---------- 4 files changed, 132 insertions(+), 132 deletions(-) diff --git a/specification/search/data-plane/Microsoft.Azure.Search.Data/stable/2019-05-06/searchindex.json b/specification/search/data-plane/Microsoft.Azure.Search.Data/stable/2019-05-06/searchindex.json index 033e280ba681..d2ed563104fd 100644 --- a/specification/search/data-plane/Microsoft.Azure.Search.Data/stable/2019-05-06/searchindex.json +++ b/specification/search/data-plane/Microsoft.Azure.Search.Data/stable/2019-05-06/searchindex.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "SearchIndexClient", - "description": "Client that can be used to query an Azure Search index and upload, merge, or delete documents.", + "description": "Client that can be used to query an Azure Cognitive Search index and upload, merge, or delete documents.", "version": "2019-05-06", "x-ms-code-generation-settings": { "useDateTimeOffset": true, @@ -80,7 +80,7 @@ "$ref": "./examples/SearchIndexSearchDocumentsGet.json" } }, - "description": "Searches for documents in the Azure Search index.", + "description": "Searches for documents in the index.", "parameters": [ { "name": "search", @@ -312,7 +312,7 @@ "$ref": "./examples/SearchIndexSearchDocumentsPost.json" } }, - "description": "Searches for documents in the Azure Search index.", + "description": "Searches for documents in the index.", "parameters": [ { "name": "searchRequest", @@ -356,7 +356,7 @@ "$ref": "./examples/SearchIndexGetDocument.json" } }, - "description": "Retrieves a document from the Azure Search index.", + "description": "Retrieves a document from the index.", "parameters": [ { "name": "key", @@ -406,7 +406,7 @@ "$ref": "./examples/SearchIndexSuggestDocumentsGet.json" } }, - "description": "Suggests documents in the Azure Search index that match the given partial query text.", + "description": "Suggests documents in the index that match the given partial query text.", "parameters": [ { "name": "search", @@ -550,7 +550,7 @@ "$ref": "./examples/SearchIndexSuggestDocumentsPost.json" } }, - "description": "Suggests documents in the Azure Search index that match the given partial query text.", + "description": "Suggests documents in the index that match the given partial query text.", "parameters": [ { "name": "suggestRequest", @@ -593,7 +593,7 @@ "$ref": "./examples/SearchIndexIndexDocuments.json" } }, - "description": "Sends a batch of document write actions to the Azure Search index.", + "description": "Sends a batch of document write actions to the index.", "parameters": [ { "name": "batch", @@ -642,7 +642,7 @@ "$ref": "./examples/SearchIndexAutocompleteDocumentsGet.json" } }, - "description": "Autocompletes incomplete query terms based on input text and matching terms in the Azure Search index.", + "description": "Autocompletes incomplete query terms based on input text and matching terms in the index.", "parameters": [ { "$ref": "#/parameters/ClientRequestIdParameter" @@ -780,7 +780,7 @@ "$ref": "./examples/SearchIndexAutocompleteDocumentsPost.json" } }, - "description": "Autocompletes incomplete query terms based on input text and matching terms in the Azure Search index.", + "description": "Autocompletes incomplete query terms based on input text and matching terms in the index.", "parameters": [ { "$ref": "#/parameters/ClientRequestIdParameter" @@ -831,7 +831,7 @@ "description": "A value indicating the percentage of the index that was included in the query, or null if minimumCoverage was not set in the request." } }, - "description": "Response containing suggestion query results from an Azure Search index." + "description": "Response containing suggestion query results from an index." }, "SuggestResult": { "properties": { @@ -864,7 +864,7 @@ "format": "int64", "readOnly": true, "x-ms-client-name": "Count", - "description": "The total count of results found by the search operation, or null if the count was not requested. If present, the count may be greater than the number of results in this response. This can happen if you use the $top or $skip parameters, or if Azure Search can't return all the requested documents in a single Search response." + "description": "The total count of results found by the search operation, or null if the count was not requested. If present, the count may be greater than the number of results in this response. This can happen if you use the $top or $skip parameters, or if Azure Cognitive Search can't return all the requested documents in a single Search response." }, "@search.coverage": { "type": "number", @@ -889,7 +889,7 @@ "$ref": "#/definitions/SearchRequest", "readOnly": true, "x-ms-client-name": "NextPageParameters", - "description": "Continuation JSON payload returned when Azure Search can't return all the requested results in a single Search response. You can use this JSON along with @odata.nextLink to formulate another POST Search request to get the next part of the search response." + "description": "Continuation JSON payload returned when Azure Cognitive Search can't return all the requested results in a single Search response. You can use this JSON along with @odata.nextLink to formulate another POST Search request to get the next part of the search response." }, "value": { "type": "array", @@ -904,10 +904,10 @@ "type": "string", "readOnly": true, "x-ms-client-name": "NextLink", - "description": "Continuation URL returned when Azure Search can't return all the requested results in a single Search response. You can use this URL to formulate another GET or POST Search request to get the next part of the search response. Make sure to use the same verb (GET or POST) as the request that produced this response." + "description": "Continuation URL returned when Azure Cognitive Search can't return all the requested results in a single Search response. You can use this URL to formulate another GET or POST Search request to get the next part of the search response. Make sure to use the same verb (GET or POST) as the request that produced this response." } }, - "description": "Response containing search results from an Azure Search index." + "description": "Response containing search results from an index." }, "SearchResult": { "properties": { @@ -949,7 +949,7 @@ "required": [ "value" ], - "description": "Contains a batch of document write actions to send to the Azure Search index." + "description": "Contains a batch of document write actions to send to the index." }, "IndexAction": { "properties": { @@ -1310,7 +1310,7 @@ "required": true, "type": "string", "x-ms-skip-url-encoding": true, - "description": "The name of the Azure Search service.", + "description": "The name of the search service.", "x-ms-parameter-location": "client" }, "SearchDnsSuffixParameter": { @@ -1320,7 +1320,7 @@ "type": "string", "default": "search.windows.net", "x-ms-skip-url-encoding": true, - "description": "The DNS suffix of the Azure Search service. The default is search.windows.net.", + "description": "The DNS suffix of the search service. The default is search.windows.net.", "x-ms-parameter-location": "client" }, "IndexNameParameter": { @@ -1329,7 +1329,7 @@ "required": true, "type": "string", "x-ms-skip-url-encoding": false, - "description": "The name of the Azure Search index.", + "description": "The name of the index.", "x-ms-parameter-location": "client" } } diff --git a/specification/search/data-plane/Microsoft.Azure.Search.Data/track1/stable/2019-05-06/searchindex.json b/specification/search/data-plane/Microsoft.Azure.Search.Data/track1/stable/2019-05-06/searchindex.json index 033e280ba681..d2ed563104fd 100644 --- a/specification/search/data-plane/Microsoft.Azure.Search.Data/track1/stable/2019-05-06/searchindex.json +++ b/specification/search/data-plane/Microsoft.Azure.Search.Data/track1/stable/2019-05-06/searchindex.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "SearchIndexClient", - "description": "Client that can be used to query an Azure Search index and upload, merge, or delete documents.", + "description": "Client that can be used to query an Azure Cognitive Search index and upload, merge, or delete documents.", "version": "2019-05-06", "x-ms-code-generation-settings": { "useDateTimeOffset": true, @@ -80,7 +80,7 @@ "$ref": "./examples/SearchIndexSearchDocumentsGet.json" } }, - "description": "Searches for documents in the Azure Search index.", + "description": "Searches for documents in the index.", "parameters": [ { "name": "search", @@ -312,7 +312,7 @@ "$ref": "./examples/SearchIndexSearchDocumentsPost.json" } }, - "description": "Searches for documents in the Azure Search index.", + "description": "Searches for documents in the index.", "parameters": [ { "name": "searchRequest", @@ -356,7 +356,7 @@ "$ref": "./examples/SearchIndexGetDocument.json" } }, - "description": "Retrieves a document from the Azure Search index.", + "description": "Retrieves a document from the index.", "parameters": [ { "name": "key", @@ -406,7 +406,7 @@ "$ref": "./examples/SearchIndexSuggestDocumentsGet.json" } }, - "description": "Suggests documents in the Azure Search index that match the given partial query text.", + "description": "Suggests documents in the index that match the given partial query text.", "parameters": [ { "name": "search", @@ -550,7 +550,7 @@ "$ref": "./examples/SearchIndexSuggestDocumentsPost.json" } }, - "description": "Suggests documents in the Azure Search index that match the given partial query text.", + "description": "Suggests documents in the index that match the given partial query text.", "parameters": [ { "name": "suggestRequest", @@ -593,7 +593,7 @@ "$ref": "./examples/SearchIndexIndexDocuments.json" } }, - "description": "Sends a batch of document write actions to the Azure Search index.", + "description": "Sends a batch of document write actions to the index.", "parameters": [ { "name": "batch", @@ -642,7 +642,7 @@ "$ref": "./examples/SearchIndexAutocompleteDocumentsGet.json" } }, - "description": "Autocompletes incomplete query terms based on input text and matching terms in the Azure Search index.", + "description": "Autocompletes incomplete query terms based on input text and matching terms in the index.", "parameters": [ { "$ref": "#/parameters/ClientRequestIdParameter" @@ -780,7 +780,7 @@ "$ref": "./examples/SearchIndexAutocompleteDocumentsPost.json" } }, - "description": "Autocompletes incomplete query terms based on input text and matching terms in the Azure Search index.", + "description": "Autocompletes incomplete query terms based on input text and matching terms in the index.", "parameters": [ { "$ref": "#/parameters/ClientRequestIdParameter" @@ -831,7 +831,7 @@ "description": "A value indicating the percentage of the index that was included in the query, or null if minimumCoverage was not set in the request." } }, - "description": "Response containing suggestion query results from an Azure Search index." + "description": "Response containing suggestion query results from an index." }, "SuggestResult": { "properties": { @@ -864,7 +864,7 @@ "format": "int64", "readOnly": true, "x-ms-client-name": "Count", - "description": "The total count of results found by the search operation, or null if the count was not requested. If present, the count may be greater than the number of results in this response. This can happen if you use the $top or $skip parameters, or if Azure Search can't return all the requested documents in a single Search response." + "description": "The total count of results found by the search operation, or null if the count was not requested. If present, the count may be greater than the number of results in this response. This can happen if you use the $top or $skip parameters, or if Azure Cognitive Search can't return all the requested documents in a single Search response." }, "@search.coverage": { "type": "number", @@ -889,7 +889,7 @@ "$ref": "#/definitions/SearchRequest", "readOnly": true, "x-ms-client-name": "NextPageParameters", - "description": "Continuation JSON payload returned when Azure Search can't return all the requested results in a single Search response. You can use this JSON along with @odata.nextLink to formulate another POST Search request to get the next part of the search response." + "description": "Continuation JSON payload returned when Azure Cognitive Search can't return all the requested results in a single Search response. You can use this JSON along with @odata.nextLink to formulate another POST Search request to get the next part of the search response." }, "value": { "type": "array", @@ -904,10 +904,10 @@ "type": "string", "readOnly": true, "x-ms-client-name": "NextLink", - "description": "Continuation URL returned when Azure Search can't return all the requested results in a single Search response. You can use this URL to formulate another GET or POST Search request to get the next part of the search response. Make sure to use the same verb (GET or POST) as the request that produced this response." + "description": "Continuation URL returned when Azure Cognitive Search can't return all the requested results in a single Search response. You can use this URL to formulate another GET or POST Search request to get the next part of the search response. Make sure to use the same verb (GET or POST) as the request that produced this response." } }, - "description": "Response containing search results from an Azure Search index." + "description": "Response containing search results from an index." }, "SearchResult": { "properties": { @@ -949,7 +949,7 @@ "required": [ "value" ], - "description": "Contains a batch of document write actions to send to the Azure Search index." + "description": "Contains a batch of document write actions to send to the index." }, "IndexAction": { "properties": { @@ -1310,7 +1310,7 @@ "required": true, "type": "string", "x-ms-skip-url-encoding": true, - "description": "The name of the Azure Search service.", + "description": "The name of the search service.", "x-ms-parameter-location": "client" }, "SearchDnsSuffixParameter": { @@ -1320,7 +1320,7 @@ "type": "string", "default": "search.windows.net", "x-ms-skip-url-encoding": true, - "description": "The DNS suffix of the Azure Search service. The default is search.windows.net.", + "description": "The DNS suffix of the search service. The default is search.windows.net.", "x-ms-parameter-location": "client" }, "IndexNameParameter": { @@ -1329,7 +1329,7 @@ "required": true, "type": "string", "x-ms-skip-url-encoding": false, - "description": "The name of the Azure Search index.", + "description": "The name of the index.", "x-ms-parameter-location": "client" } } diff --git a/specification/search/data-plane/Microsoft.Azure.Search.Service/stable/2019-05-06/searchservice.json b/specification/search/data-plane/Microsoft.Azure.Search.Service/stable/2019-05-06/searchservice.json index c6d09b648205..4d09dc33b3ae 100644 --- a/specification/search/data-plane/Microsoft.Azure.Search.Service/stable/2019-05-06/searchservice.json +++ b/specification/search/data-plane/Microsoft.Azure.Search.Service/stable/2019-05-06/searchservice.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "SearchServiceClient", - "description": "Client that can be used to manage and query indexes and documents, as well as manage other resources, on an Azure Search service.", + "description": "Client that can be used to manage and query indexes and documents, as well as manage other resources, on a search service.", "version": "2019-05-06", "x-ms-code-generation-settings": { "useDateTimeOffset": true @@ -38,7 +38,7 @@ "$ref": "./examples/SearchServiceCreateOrUpdateDataSource.json" } }, - "description": "Creates a new Azure Search datasource or updates a datasource if it already exists.", + "description": "Creates a new datasource or updates a datasource if it already exists.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Update-Data-Source" }, @@ -101,7 +101,7 @@ "$ref": "./examples/SearchServiceDeleteDataSource.json" } }, - "description": "Deletes an Azure Search datasource.", + "description": "Deletes a datasource.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Delete-Data-Source" }, @@ -146,7 +146,7 @@ "$ref": "./examples/SearchServiceGetDataSource.json" } }, - "description": "Retrieves a datasource definition from Azure Search.", + "description": "Retrieves a datasource definition.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Get-Data-Source" }, @@ -187,7 +187,7 @@ "$ref": "./examples/SearchServiceListDataSources.json" } }, - "description": "Lists all datasources available for an Azure Search service.", + "description": "Lists all datasources available for a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/List-Data-Sources" }, @@ -226,7 +226,7 @@ "$ref": "./examples/SearchServiceCreateDataSource.json" } }, - "description": "Creates a new Azure Search datasource.", + "description": "Creates a new datasource.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Create-Data-Source" }, @@ -269,7 +269,7 @@ "$ref": "./examples/SearchServiceResetIndexer.json" } }, - "description": "Resets the change tracking state associated with an Azure Search indexer.", + "description": "Resets the change tracking state associated with an indexer.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Reset-Indexer" }, @@ -307,7 +307,7 @@ "$ref": "./examples/SearchServiceRunIndexer.json" } }, - "description": "Runs an Azure Search indexer on-demand.", + "description": "Runs an indexer on-demand.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Run-Indexer" }, @@ -345,7 +345,7 @@ "$ref": "./examples/SearchServiceCreateOrUpdateIndexer.json" } }, - "description": "Creates a new Azure Search indexer or updates an indexer if it already exists.", + "description": "Creates a new indexer or updates an indexer if it already exists.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Create-Indexer" }, @@ -408,7 +408,7 @@ "$ref": "./examples/SearchServiceDeleteIndexer.json" } }, - "description": "Deletes an Azure Search indexer.", + "description": "Deletes an indexer.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Delete-Indexer" }, @@ -453,7 +453,7 @@ "$ref": "./examples/SearchServiceGetIndexer.json" } }, - "description": "Retrieves an indexer definition from Azure Search.", + "description": "Retrieves an indexer definition.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Get-Indexer" }, @@ -494,7 +494,7 @@ "$ref": "./examples/SearchServiceListIndexers.json" } }, - "description": "Lists all indexers available for an Azure Search service.", + "description": "Lists all indexers available for a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/List-Indexers" }, @@ -533,7 +533,7 @@ "$ref": "./examples/SearchServiceCreateIndexer.json" } }, - "description": "Creates a new Azure Search indexer.", + "description": "Creates a new indexer.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Create-Indexer" }, @@ -617,7 +617,7 @@ "$ref": "./examples/SearchServiceCreateOrUpdateSkillset.json" } }, - "description": "Creates a new cognitive skillset in an Azure Search service or updates the skillset if it already exists.", + "description": "Creates a new cognitive skillset in a search service or updates the skillset if it already exists.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/update-skillset" }, @@ -636,7 +636,7 @@ "schema": { "$ref": "#/definitions/Skillset" }, - "description": "The skillset containing one or more cognitive skills to create or update in an Azure Search service." + "description": "The skillset containing one or more cognitive skills to create or update in a search service." }, { "$ref": "#/parameters/ClientRequestIdParameter" @@ -674,7 +674,7 @@ "$ref": "./examples/SearchServiceDeleteSkillset.json" } }, - "description": "Deletes a cognitive skillset in an Azure Search service.", + "description": "Deletes a cognitive skillset in a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/delete-skillset" }, @@ -713,7 +713,7 @@ "$ref": "./examples/SearchServiceGetSkillset.json" } }, - "description": "Retrieves a cognitive skillset in an Azure Search service.", + "description": "Retrieves a cognitive skillset in a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/get-skillset" }, @@ -754,7 +754,7 @@ "$ref": "./examples/SearchServiceListSkillsets.json" } }, - "description": "List all cognitive skillsets in an Azure Search service.", + "description": "List all cognitive skillsets in a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/list-skillset" }, @@ -793,7 +793,7 @@ "$ref": "./examples/SearchServiceCreateSkillset.json" } }, - "description": "Creates a new cognitive skillset in an Azure Search service.", + "description": "Creates a new cognitive skillset in a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/create-skillset" }, @@ -805,7 +805,7 @@ "schema": { "$ref": "#/definitions/Skillset" }, - "description": "The skillset containing one or more cognitive skills to create in an Azure Search service." + "description": "The skillset containing one or more cognitive skills to create in a search service." }, { "$ref": "#/parameters/ClientRequestIdParameter" @@ -836,7 +836,7 @@ "$ref": "./examples/SearchServiceCreateOrUpdateSynonymMap.json" } }, - "description": "Creates a new Azure Search synonym map or updates a synonym map if it already exists.", + "description": "Creates a new synonym map or updates a synonym map if it already exists.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Update-Synonym-Map" }, @@ -899,7 +899,7 @@ "$ref": "./examples/SearchServiceDeleteSynonymMap.json" } }, - "description": "Deletes an Azure Search synonym map.", + "description": "Deletes a synonym map.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Delete-Synonym-Map" }, @@ -944,7 +944,7 @@ "$ref": "./examples/SearchServiceGetSynonymMap.json" } }, - "description": "Retrieves a synonym map definition from Azure Search.", + "description": "Retrieves a synonym map definition.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Get-Synonym-Map" }, @@ -985,7 +985,7 @@ "$ref": "./examples/SearchServiceListSynonymMaps.json" } }, - "description": "Lists all synonym maps available for an Azure Search service.", + "description": "Lists all synonym maps available for a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/List-Synonym-Maps" }, @@ -1024,7 +1024,7 @@ "$ref": "./examples/SearchServiceCreateSynonymMap.json" } }, - "description": "Creates a new Azure Search synonym map.", + "description": "Creates a new synonym map.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Create-Synonym-Map" }, @@ -1067,7 +1067,7 @@ "$ref": "./examples/SearchServiceCreateIndex.json" } }, - "description": "Creates a new Azure Search index.", + "description": "Creates a new search index.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Create-Index" }, @@ -1108,7 +1108,7 @@ "$ref": "./examples/SearchServiceListIndexes.json" } }, - "description": "Lists all indexes available for an Azure Search service.", + "description": "Lists all indexes available for a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/List-Indexes" }, @@ -1149,7 +1149,7 @@ "$ref": "./examples/SearchServiceCreateOrUpdateIndex.json" } }, - "description": "Creates a new Azure Search index or updates an index if it already exists.", + "description": "Creates a new search index or updates an index if it already exists.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Update-Index" }, @@ -1219,7 +1219,7 @@ "$ref": "./examples/SearchServiceDeleteIndex.json" } }, - "description": "Deletes an Azure Search index and all the documents it contains.", + "description": "Deletes a search index and all the documents it contains.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Delete-Index" }, @@ -1264,7 +1264,7 @@ "$ref": "./examples/SearchServiceGetIndex.json" } }, - "description": "Retrieves an index definition from Azure Search.", + "description": "Retrieves an index definition.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Get-Index" }, @@ -1396,7 +1396,7 @@ "$ref": "./examples/SearchServiceGetServiceStatistics.json" } }, - "description": "Gets service level statistics for an Azure Search service.", + "description": "Gets service level statistics for a search service.", "parameters": [ { "$ref": "#/parameters/ClientRequestIdParameter" @@ -1595,7 +1595,7 @@ "name": "AnalyzerName", "modelAsString": false }, - "description": "Defines the names of all text analyzers supported by Azure Search.", + "description": "Defines the names of all text analyzers supported by Azure Cognitive Search.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Language-support" } @@ -1621,7 +1621,7 @@ "name": "TokenizerName", "modelAsString": false }, - "description": "Defines the names of all tokenizers supported by Azure Search.", + "description": "Defines the names of all tokenizers supported by Azure Cognitive Search.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Custom-analyzers-in-Azure-Search" } @@ -1668,7 +1668,7 @@ "name": "TokenFilterName", "modelAsString": false }, - "description": "Defines the names of all token filters supported by Azure Search.", + "description": "Defines the names of all token filters supported by Azure Cognitive Search.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Custom-analyzers-in-Azure-Search" } @@ -1682,7 +1682,7 @@ "name": "CharFilterName", "modelAsString": false }, - "description": "Defines the names of all character filters supported by Azure Search.", + "description": "Defines the names of all character filters supported by Azure Cognitive Search.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Custom-analyzers-in-Azure-Search" } @@ -1724,7 +1724,7 @@ "name": "DataType", "modelAsString": false }, - "description": "Defines the data type of a field in an Azure Search index." + "description": "Defines the data type of a field in a search index." }, "Analyzer": { "discriminator": "@odata.type", @@ -3528,7 +3528,7 @@ "name": "DataSourceType", "modelAsString": false }, - "description": "Defines the type of an Azure Search datasource." + "description": "Defines the type of a datasource." }, "DataSource": { "properties": { @@ -3575,7 +3575,7 @@ "credentials", "container" ], - "description": "Represents a datasource definition in Azure Search, which can be used to configure an indexer." + "description": "Represents a datasource definition, which can be used to configure an indexer." }, "DataSourceListResult": { "properties": { @@ -3762,7 +3762,7 @@ "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Indexer-operations" }, - "description": "Represents an Azure Search indexer." + "description": "Represents an indexer." }, "IndexerListResult": { "properties": { @@ -4017,7 +4017,7 @@ }, "searchable": { "type": "boolean", - "description": "A value indicating whether the field is full-text searchable. This means it will undergo analysis such as word-breaking during indexing. If you set a searchable field to a value like \"sunny day\", internally it will be split into the individual tokens \"sunny\" and \"day\". This enables full-text searches for these terms. Fields of type Edm.String or Collection(Edm.String) are searchable by default. This property must be false for simple fields of other non-string data types, and it must be null for complex fields. Note: searchable fields consume extra space in your index since Azure Search will store an additional tokenized version of the field value for full-text searches. If you want to save space in your index and you don't need a field to be included in searches, set searchable to false." + "description": "A value indicating whether the field is full-text searchable. This means it will undergo analysis such as word-breaking during indexing. If you set a searchable field to a value like \"sunny day\", internally it will be split into the individual tokens \"sunny\" and \"day\". This enables full-text searches for these terms. Fields of type Edm.String or Collection(Edm.String) are searchable by default. This property must be false for simple fields of other non-string data types, and it must be null for complex fields. Note: searchable fields consume extra space in your index since Azure Cognitive Search will store an additional tokenized version of the field value for full-text searches. If you want to save space in your index and you don't need a field to be included in searches, set searchable to false." }, "filterable": { "type": "boolean", @@ -4025,7 +4025,7 @@ }, "sortable": { "type": "boolean", - "description": "A value indicating whether to enable the field to be referenced in $orderby expressions. By default Azure Search sorts results by score, but in many experiences users will want to sort by fields in the documents. A simple field can be sortable only if it is single-valued (it has a single value in the scope of the parent document). Simple collection fields cannot be sortable, since they are multi-valued. Simple sub-fields of complex collections are also multi-valued, and therefore cannot be sortable. This is true whether it's an immediate parent field, or an ancestor field, that's the complex collection. Complex fields cannot be sortable and the sortable property must be null for such fields. The default for sortable is true for single-valued simple fields, false for multi-valued simple fields, and null for complex fields." + "description": "A value indicating whether to enable the field to be referenced in $orderby expressions. By default Azure Cognitive Search sorts results by score, but in many experiences users will want to sort by fields in the documents. A simple field can be sortable only if it is single-valued (it has a single value in the scope of the parent document). Simple collection fields cannot be sortable, since they are multi-valued. Simple sub-fields of complex collections are also multi-valued, and therefore cannot be sortable. This is true whether it's an immediate parent field, or an ancestor field, that's the complex collection. Complex fields cannot be sortable and the sortable property must be null for such fields. The default for sortable is true for single-valued simple fields, false for multi-valued simple fields, and null for complex fields." }, "facetable": { "type": "boolean", @@ -4077,7 +4077,7 @@ "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Create-Index" }, - "description": "Represents a field in an index definition in Azure Search, which describes the name, data type, and search behavior of a field." + "description": "Represents a field in an index definition, which describes the name, data type, and search behavior of a field." }, "TextWeights": { "properties": { @@ -4326,7 +4326,7 @@ "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Add-scoring-profiles-to-a-search-index" }, - "description": "Defines parameters for an Azure Search index that influence scoring in search queries." + "description": "Defines parameters for a search index that influence scoring in search queries." }, "ScoringFunctionAggregation": { "type": "string", @@ -4485,7 +4485,7 @@ "name", "fields" ], - "description": "Represents an index definition in Azure Search, which describes the fields and search behavior of an index." + "description": "Represents a search index definition, which describes the fields and search behavior of an index." }, "IndexGetStatisticsResult": { "properties": { @@ -4628,7 +4628,7 @@ "items": { "$ref": "#/definitions/OutputFieldMappingEntry" }, - "description": "The output of a skill is either a field in an Azure Search index, or a value that can be consumed as an input by another skill." + "description": "The output of a skill is either a field in a search index, or a value that can be consumed as an input by another skill." } }, "required": [ @@ -5393,7 +5393,7 @@ "format", "synonyms" ], - "description": "Represents a synonym map definition in Azure Search." + "description": "Represents a synonym map definition." }, "SynonymMapListResult": { "properties": { @@ -5564,7 +5564,7 @@ "required": true, "type": "string", "x-ms-skip-url-encoding": true, - "description": "The name of the Azure Search service.", + "description": "The name of the Azure Cognitive Search service.", "x-ms-parameter-location": "client" }, "SearchDnsSuffixParameter": { @@ -5574,7 +5574,7 @@ "type": "string", "default": "search.windows.net", "x-ms-skip-url-encoding": true, - "description": "The DNS suffix of the Azure Search service. The default is search.windows.net.", + "description": "The DNS suffix of the Azure Cognitive Search service. The default is search.windows.net.", "x-ms-parameter-location": "client" } } diff --git a/specification/search/data-plane/Microsoft.Azure.Search.Service/track1/stable/2019-05-06/searchservice.json b/specification/search/data-plane/Microsoft.Azure.Search.Service/track1/stable/2019-05-06/searchservice.json index 37a5f4f87bbc..8bb4d5a3295b 100644 --- a/specification/search/data-plane/Microsoft.Azure.Search.Service/track1/stable/2019-05-06/searchservice.json +++ b/specification/search/data-plane/Microsoft.Azure.Search.Service/track1/stable/2019-05-06/searchservice.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "SearchServiceClient", - "description": "Client that can be used to manage and query indexes and documents, as well as manage other resources, on an Azure Search service.", + "description": "Client that can be used to manage and query indexes and documents, as well as manage other resources, on a search service.", "version": "2019-05-06", "x-ms-code-generation-settings": { "useDateTimeOffset": true @@ -38,7 +38,7 @@ "$ref": "./examples/SearchServiceCreateOrUpdateDataSource.json" } }, - "description": "Creates a new Azure Search datasource or updates a datasource if it already exists.", + "description": "Creates a new datasource or updates a datasource if it already exists.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Update-Data-Source" }, @@ -101,7 +101,7 @@ "$ref": "./examples/SearchServiceDeleteDataSource.json" } }, - "description": "Deletes an Azure Search datasource.", + "description": "Deletes a datasource.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Delete-Data-Source" }, @@ -146,7 +146,7 @@ "$ref": "./examples/SearchServiceGetDataSource.json" } }, - "description": "Retrieves a datasource definition from Azure Search.", + "description": "Retrieves a datasource definition.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Get-Data-Source" }, @@ -187,7 +187,7 @@ "$ref": "./examples/SearchServiceListDataSources.json" } }, - "description": "Lists all datasources available for an Azure Search service.", + "description": "Lists all datasources available for a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/List-Data-Sources" }, @@ -219,7 +219,7 @@ "$ref": "./examples/SearchServiceCreateDataSource.json" } }, - "description": "Creates a new Azure Search datasource.", + "description": "Creates a new datasource.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Create-Data-Source" }, @@ -262,7 +262,7 @@ "$ref": "./examples/SearchServiceResetIndexer.json" } }, - "description": "Resets the change tracking state associated with an Azure Search indexer.", + "description": "Resets the change tracking state associated with an indexer.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Reset-Indexer" }, @@ -300,7 +300,7 @@ "$ref": "./examples/SearchServiceRunIndexer.json" } }, - "description": "Runs an Azure Search indexer on-demand.", + "description": "Runs an indexer on-demand.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Run-Indexer" }, @@ -338,7 +338,7 @@ "$ref": "./examples/SearchServiceCreateOrUpdateIndexer.json" } }, - "description": "Creates a new Azure Search indexer or updates an indexer if it already exists.", + "description": "Creates a new indexer or updates an indexer if it already exists.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Create-Indexer" }, @@ -401,7 +401,7 @@ "$ref": "./examples/SearchServiceDeleteIndexer.json" } }, - "description": "Deletes an Azure Search indexer.", + "description": "Deletes an indexer.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Delete-Indexer" }, @@ -446,7 +446,7 @@ "$ref": "./examples/SearchServiceGetIndexer.json" } }, - "description": "Retrieves an indexer definition from Azure Search.", + "description": "Retrieves an indexer definition.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Get-Indexer" }, @@ -487,7 +487,7 @@ "$ref": "./examples/SearchServiceListIndexers.json" } }, - "description": "Lists all indexers available for an Azure Search service.", + "description": "Lists all indexers available for a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/List-Indexers" }, @@ -519,7 +519,7 @@ "$ref": "./examples/SearchServiceCreateIndexer.json" } }, - "description": "Creates a new Azure Search indexer.", + "description": "Creates a new indexer.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Create-Indexer" }, @@ -603,7 +603,7 @@ "$ref": "./examples/SearchServiceCreateOrUpdateSkillset.json" } }, - "description": "Creates a new cognitive skillset in an Azure Search service or updates the skillset if it already exists.", + "description": "Creates a new cognitive skillset in a search service or updates the skillset if it already exists.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/update-skillset" }, @@ -622,7 +622,7 @@ "schema": { "$ref": "#/definitions/Skillset" }, - "description": "The skillset containing one or more cognitive skills to create or update in an Azure Search service." + "description": "The skillset containing one or more cognitive skills to create or update in a search service." }, { "$ref": "#/parameters/ClientRequestIdParameter" @@ -660,7 +660,7 @@ "$ref": "./examples/SearchServiceDeleteSkillset.json" } }, - "description": "Deletes a cognitive skillset in an Azure Search service.", + "description": "Deletes a cognitive skillset in a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/delete-skillset" }, @@ -699,7 +699,7 @@ "$ref": "./examples/SearchServiceGetSkillset.json" } }, - "description": "Retrieves a cognitive skillset in an Azure Search service.", + "description": "Retrieves a cognitive skillset in a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/get-skillset" }, @@ -740,7 +740,7 @@ "$ref": "./examples/SearchServiceListSkillsets.json" } }, - "description": "List all cognitive skillsets in an Azure Search service.", + "description": "List all cognitive skillsets in a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/list-skillset" }, @@ -772,7 +772,7 @@ "$ref": "./examples/SearchServiceCreateSkillset.json" } }, - "description": "Creates a new cognitive skillset in an Azure Search service.", + "description": "Creates a new cognitive skillset in a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/create-skillset" }, @@ -784,7 +784,7 @@ "schema": { "$ref": "#/definitions/Skillset" }, - "description": "The skillset containing one or more cognitive skills to create in an Azure Search service." + "description": "The skillset containing one or more cognitive skills to create in a search service." }, { "$ref": "#/parameters/ClientRequestIdParameter" @@ -815,7 +815,7 @@ "$ref": "./examples/SearchServiceCreateOrUpdateSynonymMap.json" } }, - "description": "Creates a new Azure Search synonym map or updates a synonym map if it already exists.", + "description": "Creates a new synonym map or updates a synonym map if it already exists.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Update-Synonym-Map" }, @@ -878,7 +878,7 @@ "$ref": "./examples/SearchServiceDeleteSynonymMap.json" } }, - "description": "Deletes an Azure Search synonym map.", + "description": "Deletes a synonym map.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Delete-Synonym-Map" }, @@ -923,7 +923,7 @@ "$ref": "./examples/SearchServiceGetSynonymMap.json" } }, - "description": "Retrieves a synonym map definition from Azure Search.", + "description": "Retrieves a synonym map definition.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Get-Synonym-Map" }, @@ -964,7 +964,7 @@ "$ref": "./examples/SearchServiceListSynonymMaps.json" } }, - "description": "Lists all synonym maps available for an Azure Search service.", + "description": "Lists all synonym maps available for a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/List-Synonym-Maps" }, @@ -996,7 +996,7 @@ "$ref": "./examples/SearchServiceCreateSynonymMap.json" } }, - "description": "Creates a new Azure Search synonym map.", + "description": "Creates a new synonym map.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Create-Synonym-Map" }, @@ -1039,7 +1039,7 @@ "$ref": "./examples/SearchServiceCreateIndex.json" } }, - "description": "Creates a new Azure Search index.", + "description": "Creates a new search index.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Create-Index" }, @@ -1080,7 +1080,7 @@ "$ref": "./examples/SearchServiceListIndexes.json" } }, - "description": "Lists all indexes available for an Azure Search service.", + "description": "Lists all indexes available for a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/List-Indexes" }, @@ -1121,7 +1121,7 @@ "$ref": "./examples/SearchServiceCreateOrUpdateIndex.json" } }, - "description": "Creates a new Azure Search index or updates an index if it already exists.", + "description": "Creates a new search index or updates an index if it already exists.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Update-Index" }, @@ -1191,7 +1191,7 @@ "$ref": "./examples/SearchServiceDeleteIndex.json" } }, - "description": "Deletes an Azure Search index and all the documents it contains.", + "description": "Deletes a search index and all the documents it contains.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Delete-Index" }, @@ -1236,7 +1236,7 @@ "$ref": "./examples/SearchServiceGetIndex.json" } }, - "description": "Retrieves an index definition from Azure Search.", + "description": "Retrieves an index definition.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Get-Index" }, @@ -1368,7 +1368,7 @@ "$ref": "./examples/SearchServiceGetServiceStatistics.json" } }, - "description": "Gets service level statistics for an Azure Search service.", + "description": "Gets service level statistics for a search service.", "parameters": [ { "$ref": "#/parameters/ClientRequestIdParameter" @@ -1567,7 +1567,7 @@ "name": "AnalyzerName", "modelAsString": false }, - "description": "Defines the names of all text analyzers supported by Azure Search.", + "description": "Defines the names of all text analyzers supported by Azure Cognitive Search.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Language-support" } @@ -1593,7 +1593,7 @@ "name": "TokenizerName", "modelAsString": false }, - "description": "Defines the names of all tokenizers supported by Azure Search.", + "description": "Defines the names of all tokenizers supported by Azure Cognitive Search.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Custom-analyzers-in-Azure-Search" } @@ -1640,7 +1640,7 @@ "name": "TokenFilterName", "modelAsString": false }, - "description": "Defines the names of all token filters supported by Azure Search.", + "description": "Defines the names of all token filters supported by Azure Cognitive Search.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Custom-analyzers-in-Azure-Search" } @@ -1654,7 +1654,7 @@ "name": "CharFilterName", "modelAsString": false }, - "description": "Defines the names of all character filters supported by Azure Search.", + "description": "Defines the names of all character filters supported by Azure Cognitive Search.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Custom-analyzers-in-Azure-Search" } @@ -1696,7 +1696,7 @@ "name": "DataType", "modelAsString": false }, - "description": "Defines the data type of a field in an Azure Search index." + "description": "Defines the data type of a field in a search index." }, "Analyzer": { "discriminator": "@odata.type", @@ -3500,7 +3500,7 @@ "name": "DataSourceType", "modelAsString": false }, - "description": "Defines the type of an Azure Search datasource." + "description": "Defines the type of a datasource." }, "DataSource": { "properties": { @@ -3547,7 +3547,7 @@ "credentials", "container" ], - "description": "Represents a datasource definition in Azure Search, which can be used to configure an indexer." + "description": "Represents a datasource definition, which can be used to configure an indexer." }, "DataSourceListResult": { "properties": { @@ -3734,7 +3734,7 @@ "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Indexer-operations" }, - "description": "Represents an Azure Search indexer." + "description": "Represents an indexer." }, "IndexerListResult": { "properties": { @@ -3989,7 +3989,7 @@ }, "searchable": { "type": "boolean", - "description": "A value indicating whether the field is full-text searchable. This means it will undergo analysis such as word-breaking during indexing. If you set a searchable field to a value like \"sunny day\", internally it will be split into the individual tokens \"sunny\" and \"day\". This enables full-text searches for these terms. Fields of type Edm.String or Collection(Edm.String) are searchable by default. This property must be false for simple fields of other non-string data types, and it must be null for complex fields. Note: searchable fields consume extra space in your index since Azure Search will store an additional tokenized version of the field value for full-text searches. If you want to save space in your index and you don't need a field to be included in searches, set searchable to false." + "description": "A value indicating whether the field is full-text searchable. This means it will undergo analysis such as word-breaking during indexing. If you set a searchable field to a value like \"sunny day\", internally it will be split into the individual tokens \"sunny\" and \"day\". This enables full-text searches for these terms. Fields of type Edm.String or Collection(Edm.String) are searchable by default. This property must be false for simple fields of other non-string data types, and it must be null for complex fields. Note: searchable fields consume extra space in your index since Azure Cognitive Search will store an additional tokenized version of the field value for full-text searches. If you want to save space in your index and you don't need a field to be included in searches, set searchable to false." }, "filterable": { "type": "boolean", @@ -3997,7 +3997,7 @@ }, "sortable": { "type": "boolean", - "description": "A value indicating whether to enable the field to be referenced in $orderby expressions. By default Azure Search sorts results by score, but in many experiences users will want to sort by fields in the documents. A simple field can be sortable only if it is single-valued (it has a single value in the scope of the parent document). Simple collection fields cannot be sortable, since they are multi-valued. Simple sub-fields of complex collections are also multi-valued, and therefore cannot be sortable. This is true whether it's an immediate parent field, or an ancestor field, that's the complex collection. Complex fields cannot be sortable and the sortable property must be null for such fields. The default for sortable is true for single-valued simple fields, false for multi-valued simple fields, and null for complex fields." + "description": "A value indicating whether to enable the field to be referenced in $orderby expressions. By default Azure Cognitive Search sorts results by score, but in many experiences users will want to sort by fields in the documents. A simple field can be sortable only if it is single-valued (it has a single value in the scope of the parent document). Simple collection fields cannot be sortable, since they are multi-valued. Simple sub-fields of complex collections are also multi-valued, and therefore cannot be sortable. This is true whether it's an immediate parent field, or an ancestor field, that's the complex collection. Complex fields cannot be sortable and the sortable property must be null for such fields. The default for sortable is true for single-valued simple fields, false for multi-valued simple fields, and null for complex fields." }, "facetable": { "type": "boolean", @@ -4049,7 +4049,7 @@ "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Create-Index" }, - "description": "Represents a field in an index definition in Azure Search, which describes the name, data type, and search behavior of a field." + "description": "Represents a field in an index definition, which describes the name, data type, and search behavior of a field." }, "TextWeights": { "properties": { @@ -4298,7 +4298,7 @@ "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/Add-scoring-profiles-to-a-search-index" }, - "description": "Defines parameters for an Azure Search index that influence scoring in search queries." + "description": "Defines parameters for a search index that influence scoring in search queries." }, "ScoringFunctionAggregation": { "type": "string", @@ -4457,7 +4457,7 @@ "name", "fields" ], - "description": "Represents an index definition in Azure Search, which describes the fields and search behavior of an index." + "description": "Represents a search index definition, which describes the fields and search behavior of an index." }, "IndexGetStatisticsResult": { "properties": { @@ -4600,7 +4600,7 @@ "items": { "$ref": "#/definitions/OutputFieldMappingEntry" }, - "description": "The output of a skill is either a field in an Azure Search index, or a value that can be consumed as an input by another skill." + "description": "The output of a skill is either a field in a search index, or a value that can be consumed as an input by another skill." } }, "required": [ @@ -5365,7 +5365,7 @@ "format", "synonyms" ], - "description": "Represents a synonym map definition in Azure Search." + "description": "Represents a synonym map definition." }, "SynonymMapListResult": { "properties": { @@ -5536,7 +5536,7 @@ "required": true, "type": "string", "x-ms-skip-url-encoding": true, - "description": "The name of the Azure Search service.", + "description": "The name of the Azure Cognitive Search service.", "x-ms-parameter-location": "client" }, "SearchDnsSuffixParameter": { @@ -5546,7 +5546,7 @@ "type": "string", "default": "search.windows.net", "x-ms-skip-url-encoding": true, - "description": "The DNS suffix of the Azure Search service. The default is search.windows.net.", + "description": "The DNS suffix of the Azure Cognitive Search service. The default is search.windows.net.", "x-ms-parameter-location": "client" } } From e4f3a842bb6c91bbad6ccd185c7254db500a3461 Mon Sep 17 00:00:00 2001 From: Bertrand Le Roy Date: Wed, 16 Oct 2019 10:58:13 -0700 Subject: [PATCH 2/2] Address code review comments --- .../stable/2019-05-06/searchindex.json | 2 +- .../track1/stable/2019-05-06/searchindex.json | 2 +- .../stable/2019-05-06/searchservice.json | 22 +++++++++---------- .../stable/2019-05-06/searchservice.json | 22 +++++++++---------- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/specification/search/data-plane/Microsoft.Azure.Search.Data/stable/2019-05-06/searchindex.json b/specification/search/data-plane/Microsoft.Azure.Search.Data/stable/2019-05-06/searchindex.json index d2ed563104fd..15578ddb879e 100644 --- a/specification/search/data-plane/Microsoft.Azure.Search.Data/stable/2019-05-06/searchindex.json +++ b/specification/search/data-plane/Microsoft.Azure.Search.Data/stable/2019-05-06/searchindex.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "SearchIndexClient", - "description": "Client that can be used to query an Azure Cognitive Search index and upload, merge, or delete documents.", + "description": "Client that can be used to query an index and upload, merge, or delete documents.", "version": "2019-05-06", "x-ms-code-generation-settings": { "useDateTimeOffset": true, diff --git a/specification/search/data-plane/Microsoft.Azure.Search.Data/track1/stable/2019-05-06/searchindex.json b/specification/search/data-plane/Microsoft.Azure.Search.Data/track1/stable/2019-05-06/searchindex.json index d2ed563104fd..15578ddb879e 100644 --- a/specification/search/data-plane/Microsoft.Azure.Search.Data/track1/stable/2019-05-06/searchindex.json +++ b/specification/search/data-plane/Microsoft.Azure.Search.Data/track1/stable/2019-05-06/searchindex.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "SearchIndexClient", - "description": "Client that can be used to query an Azure Cognitive Search index and upload, merge, or delete documents.", + "description": "Client that can be used to query an index and upload, merge, or delete documents.", "version": "2019-05-06", "x-ms-code-generation-settings": { "useDateTimeOffset": true, diff --git a/specification/search/data-plane/Microsoft.Azure.Search.Service/stable/2019-05-06/searchservice.json b/specification/search/data-plane/Microsoft.Azure.Search.Service/stable/2019-05-06/searchservice.json index 4d09dc33b3ae..4fe2600f2036 100644 --- a/specification/search/data-plane/Microsoft.Azure.Search.Service/stable/2019-05-06/searchservice.json +++ b/specification/search/data-plane/Microsoft.Azure.Search.Service/stable/2019-05-06/searchservice.json @@ -617,7 +617,7 @@ "$ref": "./examples/SearchServiceCreateOrUpdateSkillset.json" } }, - "description": "Creates a new cognitive skillset in a search service or updates the skillset if it already exists.", + "description": "Creates a new skillset in a search service or updates the skillset if it already exists.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/update-skillset" }, @@ -636,7 +636,7 @@ "schema": { "$ref": "#/definitions/Skillset" }, - "description": "The skillset containing one or more cognitive skills to create or update in a search service." + "description": "The skillset containing one or more skills to create or update in a search service." }, { "$ref": "#/parameters/ClientRequestIdParameter" @@ -674,7 +674,7 @@ "$ref": "./examples/SearchServiceDeleteSkillset.json" } }, - "description": "Deletes a cognitive skillset in a search service.", + "description": "Deletes a skillset in a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/delete-skillset" }, @@ -713,7 +713,7 @@ "$ref": "./examples/SearchServiceGetSkillset.json" } }, - "description": "Retrieves a cognitive skillset in a search service.", + "description": "Retrieves a skillset in a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/get-skillset" }, @@ -754,7 +754,7 @@ "$ref": "./examples/SearchServiceListSkillsets.json" } }, - "description": "List all cognitive skillsets in a search service.", + "description": "List all skillsets in a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/list-skillset" }, @@ -793,7 +793,7 @@ "$ref": "./examples/SearchServiceCreateSkillset.json" } }, - "description": "Creates a new cognitive skillset in a search service.", + "description": "Creates a new skillset in a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/create-skillset" }, @@ -805,7 +805,7 @@ "schema": { "$ref": "#/definitions/Skillset" }, - "description": "The skillset containing one or more cognitive skills to create in a search service." + "description": "The skillset containing one or more skills to create in a search service." }, { "$ref": "#/parameters/ClientRequestIdParameter" @@ -3708,7 +3708,7 @@ }, "skillsetName": { "type": "string", - "description": "The name of the cognitive skillset executing with this indexer." + "description": "The name of the skillset executing with this indexer." }, "targetIndexName": { "type": "string", @@ -4555,7 +4555,7 @@ "externalDocs": { "url": "https://docs.microsoft.com/azure/search/cognitive-search-tutorial-blob" }, - "description": "A list of cognitive skills." + "description": "A list of skills." }, "CognitiveServices": { "discriminator": "@odata.type", @@ -5564,7 +5564,7 @@ "required": true, "type": "string", "x-ms-skip-url-encoding": true, - "description": "The name of the Azure Cognitive Search service.", + "description": "The name of the search service.", "x-ms-parameter-location": "client" }, "SearchDnsSuffixParameter": { @@ -5574,7 +5574,7 @@ "type": "string", "default": "search.windows.net", "x-ms-skip-url-encoding": true, - "description": "The DNS suffix of the Azure Cognitive Search service. The default is search.windows.net.", + "description": "The DNS suffix of the search service. The default is search.windows.net.", "x-ms-parameter-location": "client" } } diff --git a/specification/search/data-plane/Microsoft.Azure.Search.Service/track1/stable/2019-05-06/searchservice.json b/specification/search/data-plane/Microsoft.Azure.Search.Service/track1/stable/2019-05-06/searchservice.json index 8bb4d5a3295b..cffd68fd895c 100644 --- a/specification/search/data-plane/Microsoft.Azure.Search.Service/track1/stable/2019-05-06/searchservice.json +++ b/specification/search/data-plane/Microsoft.Azure.Search.Service/track1/stable/2019-05-06/searchservice.json @@ -603,7 +603,7 @@ "$ref": "./examples/SearchServiceCreateOrUpdateSkillset.json" } }, - "description": "Creates a new cognitive skillset in a search service or updates the skillset if it already exists.", + "description": "Creates a new skillset in a search service or updates the skillset if it already exists.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/update-skillset" }, @@ -622,7 +622,7 @@ "schema": { "$ref": "#/definitions/Skillset" }, - "description": "The skillset containing one or more cognitive skills to create or update in a search service." + "description": "The skillset containing one or more skills to create or update in a search service." }, { "$ref": "#/parameters/ClientRequestIdParameter" @@ -660,7 +660,7 @@ "$ref": "./examples/SearchServiceDeleteSkillset.json" } }, - "description": "Deletes a cognitive skillset in a search service.", + "description": "Deletes a skillset in a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/delete-skillset" }, @@ -699,7 +699,7 @@ "$ref": "./examples/SearchServiceGetSkillset.json" } }, - "description": "Retrieves a cognitive skillset in a search service.", + "description": "Retrieves a skillset in a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/get-skillset" }, @@ -740,7 +740,7 @@ "$ref": "./examples/SearchServiceListSkillsets.json" } }, - "description": "List all cognitive skillsets in a search service.", + "description": "List all skillsets in a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/list-skillset" }, @@ -772,7 +772,7 @@ "$ref": "./examples/SearchServiceCreateSkillset.json" } }, - "description": "Creates a new cognitive skillset in a search service.", + "description": "Creates a new skillset in a search service.", "externalDocs": { "url": "https://docs.microsoft.com/rest/api/searchservice/create-skillset" }, @@ -784,7 +784,7 @@ "schema": { "$ref": "#/definitions/Skillset" }, - "description": "The skillset containing one or more cognitive skills to create in a search service." + "description": "The skillset containing one or more skills to create in a search service." }, { "$ref": "#/parameters/ClientRequestIdParameter" @@ -3680,7 +3680,7 @@ }, "skillsetName": { "type": "string", - "description": "The name of the cognitive skillset executing with this indexer." + "description": "The name of the skillset executing with this indexer." }, "targetIndexName": { "type": "string", @@ -4527,7 +4527,7 @@ "externalDocs": { "url": "https://docs.microsoft.com/azure/search/cognitive-search-tutorial-blob" }, - "description": "A list of cognitive skills." + "description": "A list of skills." }, "CognitiveServices": { "discriminator": "@odata.type", @@ -5536,7 +5536,7 @@ "required": true, "type": "string", "x-ms-skip-url-encoding": true, - "description": "The name of the Azure Cognitive Search service.", + "description": "The name of the search service.", "x-ms-parameter-location": "client" }, "SearchDnsSuffixParameter": { @@ -5546,7 +5546,7 @@ "type": "string", "default": "search.windows.net", "x-ms-skip-url-encoding": true, - "description": "The DNS suffix of the Azure Cognitive Search service. The default is search.windows.net.", + "description": "The DNS suffix of the search service. The default is search.windows.net.", "x-ms-parameter-location": "client" } }