thomasmueller commented on code in PR #955: URL: https://github.com/apache/jackrabbit-oak/pull/955#discussion_r1205149654
########## oak-doc/src/site/markdown/query/lucene.md: ########## @@ -845,7 +850,17 @@ all the other components (e.g. `charFilters`, `Synonym`) are optional. #### Examples -Adding stemming support +To convert umlauts using ASCII folding, use: Review Comment: I was more coming from the use case... The use case is "umlauts", and one of the solutions for that (probably the easiest) is to use ASCII folding. What you suggest is coming from the ASCII folding, and then list what can you do with it. Sure, we can do that as well; however, to avoid copyright problems, we can't just copy & paste Elasticsearch docs. -- 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]
