-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
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:
> 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
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
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: