paulirwin commented on code in PR #961:
URL: https://github.com/apache/lucenenet/pull/961#discussion_r1770623001
##########
src/Lucene.Net.Highlighter/Highlight/WeightedSpanTermExtractor.cs:
##########
@@ -58,7 +58,7 @@ public WeightedSpanTermExtractor(string defaultField)
}
/// <summary>
- /// Fills a <see cref="T:IDictionary{string, WeightedSpanTerm}"/> with
<see cref="WeightedSpanTerm"/>s using the terms from the supplied <paramref
name="query"/>.
+ /// Fills a <see cref="T:IDictionary{string,WeightedSpanTerm}"/> with
<see cref="WeightedSpanTerm"/>s using the terms from the supplied <paramref
name="query"/>.
Review Comment:
I've already done the work of removing the warnings related to these, so at
this point I don't think we need to solve that future problem in this PR, so we
could open an issue if someone wants to look into that.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]