Could your provide the precise query URLs. I don't quite follow the notation
you are using, especially: car[x]~, [x]>"i".
I mean, are you saying that q=cari~ does not match "carl"? (You left out the
tilda in your message.)
-- Jack Krupansky
-----Original Message-----
From: Jimmy Dean
Sent: Tuesday, March 26, 2013 1:04 PM
To: solr-user@lucene.apache.org
Subject: Solr Fuzzy search on short string
I did a fuzzy search on solr. The result is a little strange to me.
Query "carj~" can match "carl". But "cari" can't match "carl".
As a matter of fact, car[x]~, [x]>"i" can match "carl".
Is this the correct behavior?
Jimmey