mohamedniyaz1996 opened a new issue, #11902: URL: https://github.com/apache/lucene/issues/11902
### Description I came across this python library [weighted-levenshtein](https://pypi.org/project/weighted-levenshtein/) which has a way to specify different costs for insertion, deletion, substitution and transposition operations. I did some research on Lucene-FuzzySearch looking for such support but couldn't find any. Can we have this feature in upcoming releases? The impact will be huge incase of using Lucene for analysing keystroke errors on search-engine where all operation costs need not be 1. More details are provided on the above python-lib documentation. Please let me know if this feature already exists in lucene so that I can close this request. -- 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: issues-unsubscr...@lucene.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org