From d87c3c962e03684f8b916471833990231a7b0644 Mon Sep 17 00:00:00 2001 From: tg-msft Date: Mon, 8 Jun 2020 19:26:19 -0700 Subject: [PATCH] PR feedback --- .../src/Properties/AssemblyInfo.cs | 8 ++++---- sdk/search/Azure.Search.Documents/src/SearchClient.cs | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sdk/search/Azure.Search.Documents/src/Properties/AssemblyInfo.cs b/sdk/search/Azure.Search.Documents/src/Properties/AssemblyInfo.cs index 6a41c6f9f936a..e0ec82f8bec27 100644 --- a/sdk/search/Azure.Search.Documents/src/Properties/AssemblyInfo.cs +++ b/sdk/search/Azure.Search.Documents/src/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ "3924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7" + "d3113e92484cf7045cc7")] -[assembly: SuppressMessage("Usage", "AZC0012:Avoid single word type names", Justification = "", Scope = "type", Target = "~T:Azure.Search.Documents.Models.Analyzer")] -[assembly: SuppressMessage("Usage", "AZC0012:Avoid single word type names", Justification = "", Scope = "type", Target = "~T:Azure.Search.Documents.Models.Skill")] -[assembly: SuppressMessage("Usage", "AZC0012:Avoid single word type names", Justification = "", Scope = "type", Target = "~T:Azure.Search.Documents.Models.Skillset")] +[assembly: SuppressMessage("Usage", "AZC0012:Avoid single word type names", Justification = "Search service terminology", Scope = "type", Target = "~T:Azure.Search.Documents.Models.Analyzer")] +[assembly: SuppressMessage("Usage", "AZC0012:Avoid single word type names", Justification = "Search service terminology", Scope = "type", Target = "~T:Azure.Search.Documents.Models.Skill")] +[assembly: SuppressMessage("Usage", "AZC0012:Avoid single word type names", Justification = "Search service terminology", Scope = "type", Target = "~T:Azure.Search.Documents.Models.Skillset")] [assembly: SuppressMessage("Usage", "AZC0012:Avoid single word type names", Justification = "Search service terminology", Scope = "type", Target = "~T:Azure.Search.Documents.Models.Suggester")] -[assembly: SuppressMessage("Usage", "AZC0012:Avoid single word type names", Justification = "", Scope = "type", Target = "~T:Azure.Search.Documents.Models.Tokenizer")] +[assembly: SuppressMessage("Usage", "AZC0012:Avoid single word type names", Justification = "Search service terminology", Scope = "type", Target = "~T:Azure.Search.Documents.Models.Tokenizer")] diff --git a/sdk/search/Azure.Search.Documents/src/SearchClient.cs b/sdk/search/Azure.Search.Documents/src/SearchClient.cs index dab79371b4d0c..1e0af01b42820 100644 --- a/sdk/search/Azure.Search.Documents/src/SearchClient.cs +++ b/sdk/search/Azure.Search.Documents/src/SearchClient.cs @@ -1763,7 +1763,7 @@ await IndexDocumentsAsync( .ConfigureAwait(false); /// - /// MergeOrUpload documents to the index as a batch. + /// Merge or upload documents to the index as a batch. /// /// /// The .NET type that maps to the index schema. Instances of this type @@ -1860,7 +1860,7 @@ await IndexDocumentsAsync( .ConfigureAwait(false); /// - /// Delete documents to the index as a batch. + /// Delete documents from the index as a batch. /// /// /// The .NET type that maps to the index schema. Instances of this type @@ -1908,7 +1908,7 @@ public virtual Response DeleteDocuments( cancellationToken); /// - /// Delete documents to the index as a batch. + /// Delete documents from the index as a batch. /// /// /// The .NET type that maps to the index schema. Instances of this type @@ -1957,7 +1957,7 @@ await IndexDocumentsAsync( .ConfigureAwait(false); /// - /// Delete documents to the index as a batch given only their keys. + /// Delete documents from the index as a batch given only their keys. /// /// /// The name of the key field that uniquely identifies documents in @@ -2001,7 +2001,7 @@ public virtual Response DeleteDocuments( cancellationToken); /// - /// Delete documents to the index as a batch given only their keys. + /// Delete documents from the index as a batch given only their keys. /// /// /// The name of the key field that uniquely identifies documents in