Fixed doc comment for FacetsCollector.GetMatchingDocs()
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/aa0a3f31 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/aa0a3f31 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/aa0a3f31 Branch: refs/heads/master Commit: aa0a3f31ada78fe62a73d205650abd49b66750ac Parents: 664d740 Author: Shad Storhaug <[email protected]> Authored: Sun May 14 02:11:56 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Tue May 16 19:17:12 2017 +0700 ---------------------------------------------------------------------- src/Lucene.Net.Facet/FacetsCollector.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/aa0a3f31/src/Lucene.Net.Facet/FacetsCollector.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Facet/FacetsCollector.cs b/src/Lucene.Net.Facet/FacetsCollector.cs index a6d5db1..078a15a 100644 --- a/src/Lucene.Net.Facet/FacetsCollector.cs +++ b/src/Lucene.Net.Facet/FacetsCollector.cs @@ -173,7 +173,7 @@ namespace Lucene.Net.Facet } /// <summary> - /// Returns the documents matched by the query, one <see cref="GetMatchingDocs"/> per + /// Returns the documents matched by the query, one <see cref="MatchingDocs"/> per /// visited segment. /// </summary> public virtual IList<MatchingDocs> GetMatchingDocs()
