Re: how can I get the similarity in fuzzy query

2011-02-16 Thread Wen Gao
Wen Gao [mailto:samuel.gao...@gmail.com] > Sent: Wednesday, February 16, 2011 9:58 PM > To: lucene-net-dev@lucene.apache.org > Subject: Re: how can I get the similarity in fuzzy query > > OK. i get it. how can I recompile a Lucene_src on Windows? > > Thanks. > Wen > 2011/2/

RE: how can I get the similarity in fuzzy query

2011-02-16 Thread Digy
:58 PM To: lucene-net-dev@lucene.apache.org Subject: Re: how can I get the similarity in fuzzy query OK. i get it. how can I recompile a Lucene_src on Windows? Thanks. Wen 2011/2/16 Christopher Currens > As far as i know, you'll need to calculate that manually. FuzzyQuery > searches d

RE: how can I get the similarity in fuzzy query

2011-02-16 Thread Digy
Subject: Re: how can I get the similarity in fuzzy query Hi, I think my situation is just to compare the similarity of strings: I want to calculate the similarity between the typed results and the returned results using *FuzzyQuery*. I have set the minimumSimilarity of FuzzyQuery as 0.5f, what i

Re: how can I get the similarity in fuzzy query

2011-02-16 Thread Wen Gao
OK. i get it. how can I recompile a Lucene_src on Windows? Thanks. Wen 2011/2/16 Christopher Currens > As far as i know, you'll need to calculate that manually. FuzzyQuery > searches don't return any results like that. > > On Wed, Feb 16, 2011 at 11:47 AM, Wen Gao wrote: > > > Hi, > > I think

Re: how can I get the similarity in fuzzy query

2011-02-16 Thread Christopher Currens
As far as i know, you'll need to calculate that manually. FuzzyQuery searches don't return any results like that. On Wed, Feb 16, 2011 at 11:47 AM, Wen Gao wrote: > Hi, > I think my situation is just to compare the similarity of strings: I want > to > calculate the similarity between the typed