Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 17555200CC5 for ; Tue, 6 Jun 2017 02:11:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1405C160BF3; Tue, 6 Jun 2017 00:11:39 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 06974160BFD for ; Tue, 6 Jun 2017 02:11:37 +0200 (CEST) Received: (qmail 65010 invoked by uid 500); 6 Jun 2017 00:11:36 -0000 Mailing-List: contact commits-help@lucenenet.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-dev@lucenenet.apache.org Delivered-To: mailing list commits@lucenenet.apache.org Received: (qmail 63701 invoked by uid 99); 6 Jun 2017 00:11:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2017 00:11:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4A2D1DFB3A; Tue, 6 Jun 2017 00:11:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nightowl888@apache.org To: commits@lucenenet.apache.org Date: Tue, 06 Jun 2017 00:11:56 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [23/48] lucenenet git commit: Lucene.Net.ICU: Fixed XML documentation warnings archived-at: Tue, 06 Jun 2017 00:11:39 -0000 Lucene.Net.ICU: Fixed XML documentation warnings Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/6267463f Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/6267463f Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/6267463f Branch: refs/heads/master Commit: 6267463f36151a3821cf4e7dc943a8977421e632 Parents: 33f31f5 Author: Shad Storhaug Authored: Sun Jun 4 04:24:39 2017 +0700 Committer: Shad Storhaug Committed: Sun Jun 4 04:24:39 2017 +0700 ---------------------------------------------------------------------- src/Lucene.Net.Analysis.Common/Analysis/Th/ThaiAnalyzer.cs | 4 ++-- .../PostingsHighlight/PostingsHighlighter.cs | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/6267463f/src/Lucene.Net.Analysis.Common/Analysis/Th/ThaiAnalyzer.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Analysis.Common/Analysis/Th/ThaiAnalyzer.cs b/src/Lucene.Net.Analysis.Common/Analysis/Th/ThaiAnalyzer.cs index 5b84fde..4371a7b 100644 --- a/src/Lucene.Net.Analysis.Common/Analysis/Th/ThaiAnalyzer.cs +++ b/src/Lucene.Net.Analysis.Common/Analysis/Th/ThaiAnalyzer.cs @@ -104,10 +104,10 @@ namespace Lucene.Net.Analysis.Th /// /// Creates - /// + /// /// used to tokenize all the text in the provided . /// - /// + /// /// built from a filtered with /// , , , and /// http://git-wip-us.apache.org/repos/asf/lucenenet/blob/6267463f/src/Lucene.Net.Highlighter/PostingsHighlight/PostingsHighlighter.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Highlighter/PostingsHighlight/PostingsHighlighter.cs b/src/Lucene.Net.Highlighter/PostingsHighlight/PostingsHighlighter.cs index 7562228..85d6925 100644 --- a/src/Lucene.Net.Highlighter/PostingsHighlight/PostingsHighlighter.cs +++ b/src/Lucene.Net.Highlighter/PostingsHighlight/PostingsHighlighter.cs @@ -46,10 +46,10 @@ namespace Lucene.Net.Search.PostingsHighlight /// /// You can customize the behavior by subclassing this highlighter, some important hooks: /// - /// : Customize how the text is divided into passages. - /// : Customize how passages are ranked. - /// : Customize how snippets are formatted. - /// : Enable highlighting of MultiTermQuerys such as . + /// : Customize how the text is divided into passages. + /// : Customize how passages are ranked. + /// : Customize how snippets are formatted. + /// : Enable highlighting of MultiTermQuerys such as . /// /// /// WARNING: The code is very new and probably still has some exciting bugs!