I wonder if the Analysis chain could be involved. If those stop words
("is") are removed without leaving a hole somehow, then that could
explain?
On Mon, Dec 13, 2021 at 9:35 AM Michael McCandless
wrote:
>
> Hello Claude,
>
> Hmm, that is interesting that you see slop=2 matching query "quick fox"
Hello Claude,
Hmm, that is interesting that you see slop=2 matching query "quick fox"
against document "the fox is quick".
Edit distance (Levenshtein) is a bit tricky because it might include a
transposition (just swapping the two words) as edit distance 1 OR 2.
So maybe Lucene's PhraseQuery is