You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perform Unicode normalization: http://ahinea.com/en/tech/accented-translate.html
This should be done before adding files to the Lucene index as otherwise searching will be hard for languages with diacritic characters.
But also filenames in the file-system might be written without any diacritic characters to allow easy file searches.
This can be implemented by using the Java5/ICU4J Library class Normalizer:
Perform Unicode normalization: http://ahinea.com/en/tech/accented-translate.html
This should be done before adding files to the Lucene index as otherwise searching will be hard for languages with diacritic characters.
But also filenames in the file-system might be written without any diacritic characters to allow easy file searches.
This can be implemented by using the Java5/ICU4J Library class Normalizer:
The text was updated successfully, but these errors were encountered: