Fuzzy query is invoked just like any other query:
.../select?q=alpha~1
-- Jack Krupansky
-Original Message-
From: Sagar Chaturvedi
Sent: Sunday, May 26, 2013 11:27 PM
To: solr-user@lucene.apache.org
Subject: RE: Fuzzy search in solr
Thank you jack for the response.
Fuzzy search is
Message-
From: Jack Krupansky [mailto:j...@basetechnology.com]
Sent: Friday, May 24, 2013 6:40 PM
To: solr-user@lucene.apache.org
Subject: Re: Fuzzy search in solr
Fuzzy search is the syntax for a term, not a handler. For example: alpha~1 will
match terms that have an editing distance of 0 or 1 from "al
Fuzzy search is the syntax for a term, not a handler. For example: alpha~1
will match terms that have an editing distance of 0 or 1 from "alpha".
All of the search "handlers" support fuzzy search. Some query parsers, such
as dismax, do not, but the standard Solr query parser and edismax query