paulirwin commented on code in PR #1028: URL: https://github.com/apache/lucenenet/pull/1028#discussion_r1849027154
########## src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs: ########## @@ -26,7 +26,8 @@ namespace Lucene.Net.Analysis.TokenAttributes /// <summary> /// The term text of a <see cref="Token"/>. /// </summary> - public interface ICharTermAttribute : IAttribute, ICharSequence, IAppendable + public interface ICharTermAttribute : IAttribute, ICharSequence, IAppendable, + ISpanAppendable /* LUCENENET specific */ Review Comment: I am good with reverting it due to that justification. -- 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: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org