You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Tom White <to...@gmail.com> on 2005/08/18 10:17:52 UTC

[ANN] Lucene "Did You Mean" article on java.net

In case subscribers to this list missed it, my article on how to add a
"did you mean" facility to Lucene searches was published last week:
http://today.java.net/pub/a/today/2005/08/09/didyoumean.html.

Regards,

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: [ANN] Lucene "Did You Mean" article on java.net

Posted by Ronnie Kolehmainen <ro...@ub.uu.se>.
Nice article!

And for those interested in the different "did you mean" techniques can
also look at my simple implementation using the first approach mentioned
in the article, minimum edit distance, along with document frequency.
This implementation can easily be applied over an existing index.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36101

/Ronnie

Tom White wrote:
> In case subscribers to this list missed it, my article on how to add a
> "did you mean" facility to Lucene searches was published last week:
> http://today.java.net/pub/a/today/2005/08/09/didyoumean.html.
> 
> Regards,
> 
> Tom
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: [ANN] Lucene "Did You Mean" article on java.net

Posted by "Joseph B. Ottinger" <jo...@enigmastation.com>.
TSS referred to it, too. :)

On Thu, 18 Aug 2005, Tom White wrote:

> In case subscribers to this list missed it, my article on how to add a
> "did you mean" facility to Lucene searches was published last week:
> http://today.java.net/pub/a/today/2005/08/09/didyoumean.html.
>
> Regards,
>
> Tom
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>
>

-----------------------------------------------------------------------
Joseph B. Ottinger                             http://enigmastation.com
Editor, http://www.TheServerSide.com             joeo@enigmastation.com

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org