RE: Strange Fuzzyquery results scoring when using a low minimal distance

2010-02-23 Thread stefcl
-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > >> -Original Message- >> From: stefcl [mailto:stefatw...@gmail.com] >> Sent: Tuesday, February 16, 2010 10:11 AM >> To: java-user@lucene.apache.org >> Subject: Re: Strange

RE: Strange Fuzzyquery results scoring when using a low minimal distance

2010-02-16 Thread Uwe Schindler
user@lucene.apache.org > Subject: Re: Strange Fuzzyquery results scoring when using a low > minimal distance > > > Thanksa lot, > But I still don't understand why raising a little bit the min > similarity > change the ordering... > > > > markharw00d wrote:

Re: Strange Fuzzyquery results scoring when using a low minimal distance

2010-02-16 Thread stefcl
> From: stefcl > To: java-user@lucene.apache.org > Sent: Mon, 15 February, 2010 14:13:52 > Subject: Strange Fuzzyquery results scoring when using a low minimal > distance > > > Hello, > > I'm using Lucene v3. > Please consider the following spellings

Re: Strange Fuzzyquery results scoring when using a low minimal distance

2010-02-15 Thread mark harwood
to return FuzzyLikeThisQuery (found in "contrib/queries") Cheers Mark - Original Message From: stefcl To: java-user@lucene.apache.org Sent: Mon, 15 February, 2010 14:13:52 Subject: Strange Fuzzyquery results scoring when using a low minimal distance Hello, I'm using Lucene

Strange Fuzzyquery results scoring when using a low minimal distance

2010-02-15 Thread stefcl
searcher.close(); } private static void addDoc(IndexWriter w, String value) throws IOException { Document doc = new Document(); doc.add(new Field("title", value, Field.Store.YES, Field.Index.ANALYZED)); w.addDocument(doc); } -- View this message in context: