rupansky
>
> -Original Message- From: Gyozo Kudor
> Sent: Thursday, October 18, 2012 5:54 AM
> To: solr-user@lucene.apache.org
> Subject: How can you do a fuzzy query with a single term that contains
> spaces
>
>
> I know that a fuzzy query looks like this
> field:te
quot; factor (as
used in your example.) Further, the edit distance is limited to 0-2, with 2
being the default:
name:Paul\ Morgan~
-- Jack Krupansky
-Original Message-
From: Gyozo Kudor
Sent: Thursday, October 18, 2012 5:54 AM
To: solr-user@lucene.apache.org
Subject: How can you
I know that a fuzzy query looks like this
field:term~0.5.
How can I do the same for a term that has a space in it but was
indexed as a single term for example with keywordtokenizer. I don't
want to do a sloppy search I wan't to do a fuzzy search but I can't
because both have the same syntax. For