Lucene.Net.Search.DocIdSet: Fixed broken reference in doc comment
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/d6e8d698 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/d6e8d698 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/d6e8d698 Branch: refs/heads/master Commit: d6e8d69899bfcf3d624d5680b609c7c799bf60f4 Parents: de62e95 Author: Shad Storhaug <[email protected]> Authored: Fri Jul 14 00:10:15 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Fri Jul 14 00:10:15 2017 +0700 ---------------------------------------------------------------------- src/Lucene.Net/Search/DocIdSet.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/d6e8d698/src/Lucene.Net/Search/DocIdSet.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net/Search/DocIdSet.cs b/src/Lucene.Net/Search/DocIdSet.cs index 8f0cc23..1de4b61 100644 --- a/src/Lucene.Net/Search/DocIdSet.cs +++ b/src/Lucene.Net/Search/DocIdSet.cs @@ -137,8 +137,8 @@ namespace Lucene.Net.Search /// <summary> /// Creates a new instance with the ability to specify the body of the <see cref="GetIterator()"/> - /// method through the <paramref name="getIterator"/> parameter and the body of the <see cref="Bits"/> - /// property through the <paramref name="bits"/> parameter. + /// method through the <paramref name="getIterator"/> parameter and the body of the <see cref="IsCacheable"/> + /// property through the <paramref name="isCacheable"/> parameter. /// Simple example: /// <code> /// var docIdSet = DocIdSet.NewAnonymous(getIterator: () =>
