This is how I understand the process (in 3.0.2):
No, there is no length requirement.
What happens in a fuzzy query is that it first rewrites to a Boolean query that
contains all the terms as term queries that fuzzy match to the given pattern.
In this rewrite all index terms must be fuzzy match
Have you tried
Query q = new FuzzyQuery( new Term( "test", "Mer" ), 0.499f);
Sven
-Ursprüngliche Nachricht-
Von: Clemens Wyss [mailto:clemens...@mysign.ch]
Gesendet: Dienstag, 3. Mai 2011 10:57
An: java-user@lucene.apache.org
Betreff: AW: "fuzzy prefix" search
Sorry for coming back
/ min(3,6)) = 0.
--
Sven
-Ursprüngliche Nachricht-
Von: Biedermann,S.,Fa. Post Direkt [mailto:s.biederm...@postdirekt.de]
Gesendet: Dienstag, 3. Mai 2011 11:43
An: java-user@lucene.apache.org
Betreff: AW: "fuzzy prefix" search
Have you tried
Query q = new FuzzyQuery( new T
liche Nachricht-
Von: Clemens Wyss [mailto:clemens...@mysign.ch]
Gesendet: Dienstag, 3. Mai 2011 12:12
An: java-user@lucene.apache.org
Betreff: AW: "fuzzy prefix" search
Is this calculation intended or a bug?
> -Ursprüngliche Nachricht-
> Von: Biedermann,S.,Fa. Post Dir