h an
>> editing distance of 2 or less.
>>
>> Your query is essentially: Match a document if EITHER term matches. So,
>> if NEITHER matches (within an editing distance of 2), the document is not a
>> match.
>>
>> -- Jack Krupansky
>>
>> -Ori
ally: Match a document if EITHER term matches. So, if
> NEITHER matches (within an editing distance of 2), the document is not a
> match.
>
> -- Jack Krupansky
>
> -Original Message- From: Pierre Antoine DuBoDeNa
> Sent: Saturday, February 09, 2013 12:52 PM
> To: java-use
y: Match a document if EITHER term matches. So, if
NEITHER matches (within an editing distance of 2), the document is not a
match.
-- Jack Krupansky
-Original Message-
From: Pierre Antoine DuBoDeNa
Sent: Saturday, February 09, 2013 12:52 PM
To: java-user@lucene.apache.org
Subject: Re: fuz
Can you reduce your test case to indexing one document/field and
running a single FuzzyQuery (you seem to be running two at once,
OR'ing the results)?
And show the complete standalone source code (eg what is topk?) so we
can see how you are indexing / building the Query / searching.
The default m