I am using Lucene 8.2, but have also verified this on 8.9.
My query string is either ""by~1 word~1"", or ""ky~1 word~1"".
I am looking for a phrase of these 2 words, with potential 1 character
misspelling, or fuzziness.
I realize that 'by' is usually a stop word, that is why I also tested with
Your files have crlf line endings - your git is set up to convert
files to Windows convention and this isn't supported by Lucene. You
have to set git to clone exactly the same binary content as present in
the repository, otherwise checksums won't match (this is intentional).
You can always compare