On Feb 5, 2007, at 3:21 PM, Michael Kimsal wrote:
I've looked through the archives but don't see any specific issue relating
to my question.

Is there a way to have SOLR return partial matches - words that are one (or two or X) letters off the matching word? A search for 'field' would also
return 'feeld' (typo) for example.

Solr supports the Lucene QueryParser syntax (plus some).

        <http://lucene.apache.org/java/docs/queryparsersyntax.html>

Try searching for feeld~, for example.

        Erik


Reply via email to