You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2017/06/06 00:11:57 UTC

[24/48] lucenenet git commit: Lucene.Net.Misc: Fixed XML documentation warnings

Lucene.Net.Misc: 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/dd55920d
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/dd55920d
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/dd55920d

Branch: refs/heads/master
Commit: dd55920d8f12a512902c15d41c554b95477e7c1c
Parents: 6267463
Author: Shad Storhaug <sh...@shadstorhaug.com>
Authored: Sun Jun 4 04:29:09 2017 +0700
Committer: Shad Storhaug <sh...@shadstorhaug.com>
Committed: Sun Jun 4 04:29:09 2017 +0700

----------------------------------------------------------------------
 src/Lucene.Net.Misc/Index/MultiPassIndexSplitter.cs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/dd55920d/src/Lucene.Net.Misc/Index/MultiPassIndexSplitter.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Misc/Index/MultiPassIndexSplitter.cs b/src/Lucene.Net.Misc/Index/MultiPassIndexSplitter.cs
index 8ee1541..bca1284 100644
--- a/src/Lucene.Net.Misc/Index/MultiPassIndexSplitter.cs
+++ b/src/Lucene.Net.Misc/Index/MultiPassIndexSplitter.cs
@@ -39,8 +39,8 @@ namespace Lucene.Net.Index
     /// 
     /// </para>
     /// <para><b>NOTE</b>: this tool is unaware of documents added
-    /// atomically via <see cref="IndexWriter.AddDocuments"/> or 
-    /// <see cref="IndexWriter.UpdateDocuments"/>, which means it can easily
+    /// atomically via <see cref="IndexWriter.AddDocuments(IEnumerable{IEnumerable{IIndexableField}}, Analysis.Analyzer)"/> or 
+    /// <see cref="IndexWriter.UpdateDocuments(Term, IEnumerable{IEnumerable{IIndexableField}}, Analysis.Analyzer)"/>, which means it can easily
     /// break up such document groups.
     /// </para>
     /// </summary>