Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete ICU4N to production release #121

Open
bongohrtech opened this issue Oct 10, 2019 · 0 comments
Open

Complete ICU4N to production release #121

bongohrtech opened this issue Oct 10, 2019 · 0 comments

Comments

@bongohrtech
Copy link
Owner

ICU4J is Lucene's biggest dependency. Several attempts have been made to utilize various alternatives:

  1. ICU4NET
  2. icu-dotnet

But we ran into several issues:

  1. Lack of support for 32/64 bit
  2. Lack of support for .NET Standard Platforms
  3. Lack of features, and problems when trying to implement them
  4. Lack of thread safety

We finally ended up doing a direct port of about 40% of ICU4J's features in order to support Lucene.NET. The project is named ICU4N, and is progressing in an external GitHub repository. There are several up-for-grabs issues that we could use some help with to get Lucene.NET into production.

https://github.com/NightOwl888/ICU4N

 

JIRA link - [LUCENENET-628] created by nightowl888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant