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:54 UTC

[21/48] lucenenet git commit: Lucene.Net.Join: Fixed XML documentation warnings

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

Branch: refs/heads/master
Commit: 30520703a4298254d0da7088b849f0ae7dcde480
Parents: e4c37d3
Author: Shad Storhaug <sh...@shadstorhaug.com>
Authored: Sun Jun 4 04:13:15 2017 +0700
Committer: Shad Storhaug <sh...@shadstorhaug.com>
Committed: Sun Jun 4 04:13:15 2017 +0700

----------------------------------------------------------------------
 src/Lucene.Net.Join/ToParentBlockJoinCollector.cs | 6 ++++--
 src/Lucene.Net.Join/ToParentBlockJoinQuery.cs     | 3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/30520703/src/Lucene.Net.Join/ToParentBlockJoinCollector.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Join/ToParentBlockJoinCollector.cs b/src/Lucene.Net.Join/ToParentBlockJoinCollector.cs
index 7be54c8..184a368 100644
--- a/src/Lucene.Net.Join/ToParentBlockJoinCollector.cs
+++ b/src/Lucene.Net.Join/ToParentBlockJoinCollector.cs
@@ -33,8 +33,10 @@ namespace Lucene.Net.Join
     /// BlockJoinQuery clauses, sorted by the
     /// specified parent <see cref="Sort"/>.  Note that this cannot perform
     /// arbitrary joins; rather, it requires that all joined
-    /// documents are indexed as a doc block (using <see cref="IndexWriter.AddDocuments"/>
-    /// or <see cref="IndexWriter.UpdateDocuments"/>. Ie, the join is computed
+    /// documents are indexed as a doc block (using 
+    /// <see cref="IndexWriter.AddDocuments(IEnumerable{IEnumerable{IIndexableField}}, Analysis.Analyzer)"/>
+    /// or <see cref="IndexWriter.UpdateDocuments(Term, IEnumerable{IEnumerable{IIndexableField}}, Analysis.Analyzer)"/>. 
+    /// Ie, the join is computed
     /// at index time.
     /// 
     /// <para>The parent <see cref="Sort"/> must only use

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/30520703/src/Lucene.Net.Join/ToParentBlockJoinQuery.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Join/ToParentBlockJoinQuery.cs b/src/Lucene.Net.Join/ToParentBlockJoinQuery.cs
index ec43f33..518c9d9 100644
--- a/src/Lucene.Net.Join/ToParentBlockJoinQuery.cs
+++ b/src/Lucene.Net.Join/ToParentBlockJoinQuery.cs
@@ -28,7 +28,8 @@ namespace Lucene.Net.Join
     /// <summary>
     /// This query requires that you index
     /// children and parent docs as a single block, using the
-    /// <see cref="IndexWriter.AddDocuments"/> or <see cref="IndexWriter.UpdateDocuments"/>
+    /// <see cref="IndexWriter.AddDocuments(IEnumerable{IEnumerable{IIndexableField}}, Analysis.Analyzer)"/> 
+    /// or <see cref="IndexWriter.UpdateDocuments(Term, IEnumerable{IEnumerable{IIndexableField}}, Analysis.Analyzer)"/>
     /// API.  In each block, the
     /// child documents must appear first, ending with the parent
     /// document.  At search time you provide a <see cref="Filter"/>