VahidN opened a new issue, #959: URL: https://github.com/apache/lucenenet/issues/959
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug It's not possible to [GetTermText()](https://github.com/apache/lucenenet/blob/0d7bba7a42a89a3e348c6c27370425b4db33b492/src/Lucene.Net.Misc/Misc/HighFreqTerms.cs#L80C116-L80C138) from HighFreqTerms, because it's defined as [internal](https://github.com/apache/lucenenet/blob/master/src/Lucene.Net.Misc/Misc/TermStats.cs#L41) method. ### Expected Behavior Make the [GetTermText()](https://github.com/apache/lucenenet/blob/master/src/Lucene.Net.Misc/Misc/TermStats.cs#L41) `public`. ### Steps To Reproduce _No response_ ### Exceptions (if any) _No response_ ### Lucene.NET Version 4.8.0-beta00016 ### .NET Version .NET 8x ### Operating System _No response_ ### Anything else? _No response_ -- 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]
