lucenenet
lucenenet copied to clipboard
Create a separate nuget packages for some interesting functions.
Is there an existing issue for this?
- [X] I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
No response
Describe the solution you'd like
The folder src/Lucene.Net.Analysis.Common/Analysis/Miscellaneous contains lots of interesting classes, like ASCIIFoldingFilter. I was not able to find a viable alternative with that level of details around there, but to use it I need to reference the entire Lucene.NET library.
It could be interesting having these classes published as a general utilities without the need to reference the entire library.
Additional context
No response