ab-tools opened a new issue, #770:
URL: https://github.com/apache/lucenenet/issues/770

   Following German special characters should be converted to 2 characters 
instead of just 1 in this function:
   
https://github.com/apache/lucenenet/blob/master/src/Lucene.Net.Analysis.Common/Analysis/Miscellaneous/ASCIIFoldingFilter.cs#L166
   
   Ä => AE (instead of just A)
   Ö => OE (instead of just O)
   Ü => UE (instead of just U)
   ä => ae (instead of just a)
   ö => oe (instead of just o)
   ü => ue (instead of just u)


-- 
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: dev-unsubscr...@lucenenet.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to