Why would a search using a ComplexPhraseQueryParser throw an exception for some content, but not all content?

2021-08-17 Thread Shifflett, David [USA]
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

Re: lucene execute ./gradlew precommit and ./gradlew test failed

2021-08-17 Thread Dawid Weiss
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