krinsang commented on issue #732:
URL: https://github.com/apache/lucenenet/issues/732#issuecomment-1302612314

   I've deduced the problem down to a difference in the way that the normalizer 
for Java and .NET were handling accented characters. While .NET's 
`System.String.Normalize` was able to detect and decompose the accented 
characters, the `Normalizer` class in `java.text` did not apply the same 
modifications to the original query. 


-- 
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]

Reply via email to