Re: fuzzy queries

2013-02-10 Thread Pierre Antoine DuBoDeNa
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

Re: fuzzy queries

2013-02-09 Thread Pierre Antoine DuBoDeNa
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

Re: fuzzy queries

2013-02-09 Thread Jack Krupansky
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

Re: fuzzy queries

2013-02-09 Thread Michael McCandless
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