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

[22/48] lucenenet git commit: Lucene.Net.Facet: Fixed XML documentation warnings

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

Branch: refs/heads/master
Commit: 33f31f534c6033b1cb522ffea4bc39718c97a112
Parents: 3052070
Author: Shad Storhaug <sh...@shadstorhaug.com>
Authored: Sun Jun 4 04:17:17 2017 +0700
Committer: Shad Storhaug <sh...@shadstorhaug.com>
Committed: Sun Jun 4 04:17:17 2017 +0700

----------------------------------------------------------------------
 src/Lucene.Net.Facet/Range/Range.cs             | 4 ++--
 src/Lucene.Net.Facet/Taxonomy/TaxonomyWriter.cs | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/33f31f53/src/Lucene.Net.Facet/Range/Range.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Facet/Range/Range.cs b/src/Lucene.Net.Facet/Range/Range.cs
index ca2e2f4..7e5df1d 100644
--- a/src/Lucene.Net.Facet/Range/Range.cs
+++ b/src/Lucene.Net.Facet/Range/Range.cs
@@ -47,7 +47,7 @@
         /// Returns a new <see cref="Filter"/> accepting only documents
         /// in this range.  This filter is not general-purpose;
         /// you should either use it with <see cref="DrillSideways"/> by
-        /// adding it to <see cref="DrillDownQuery.Add"/>, or pass it to
+        /// adding it to <see cref="DrillDownQuery.Add(string, Filter)"/>, or pass it to
         /// <see cref="Search.FilteredQuery"/> using its 
         /// <see cref="Search.FilteredQuery.QUERY_FIRST_FILTER_STRATEGY"/>.
         /// If the <see cref="ValueSource"/> is static, e.g. an indexed numeric
@@ -63,7 +63,7 @@
         /// Returns a new <see cref="Filter"/> accepting only documents
         ///  in this range.  This filter is not general-purpose;
         ///  you should either use it with <see cref="DrillSideways"/> by
-        ///  adding it to <see cref="DrillDownQuery.Add"/>, or pass it to
+        ///  adding it to <see cref="DrillDownQuery.Add(string, Filter)"/>, or pass it to
         ///  <see cref="Search.FilteredQuery"/> using its 
         ///  <see cref="Search.FilteredQuery.QUERY_FIRST_FILTER_STRATEGY"/>.  If the
         ///  <see cref="ValueSource"/> is static, e.g. an indexed numeric

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/33f31f53/src/Lucene.Net.Facet/Taxonomy/TaxonomyWriter.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Facet/Taxonomy/TaxonomyWriter.cs b/src/Lucene.Net.Facet/Taxonomy/TaxonomyWriter.cs
index 7e9f47d..e4edd4c 100644
--- a/src/Lucene.Net.Facet/Taxonomy/TaxonomyWriter.cs
+++ b/src/Lucene.Net.Facet/Taxonomy/TaxonomyWriter.cs
@@ -76,7 +76,7 @@ namespace Lucene.Net.Facet.Taxonomy
         /// parent is as trivial as dropping the last component of the path.
         /// <see cref="GetParent"/> is functionally equivalent to calling <see cref="TaxonomyReader.GetPath"/> on the
         /// given ordinal, dropping the last component of the path, and then calling
-        /// <see cref="TaxonomyReader.GetOrdinal"/> to get an ordinal back.
+        /// <see cref="TaxonomyReader.GetOrdinal(FacetLabel)"/> to get an ordinal back.
         /// </para>
         /// <para>
         /// If the given ordinal is the <see cref="TaxonomyReader.ROOT_ORDINAL"/>, an