I just wrote this for Technorati the other day for our internal hackaton.  It 
was pretty simple.  It doesn't use Solr, but it could.  It uses Jetty's HTTP 
handler, which I highly recomment.  It acts as a web service that responds to 
HTTP GET requests that contain a query, and it return text/plain with 
suggestions, one per line.

Otis

----- Original Message ----
From: Michael Imbeault <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Monday, October 30, 2006 10:07:19 PM
Subject: Re: Spellchecker in Solr?

I had the very same article in mind - how would it be simpler in Solr 
than in Lucene? A spellchecker is pretty much standard in every major 
search engine nowadays - with one, Solr would be the best, hands down 
(even if it already is :P).

Are your plans to build this anything concrete, or is it just at the 'i 
might do this in the future' stage?
Thanks,
--

Michael Imbeault
CHUL Research Center (CHUQ)
2705 boul. Laurier
Ste-Foy, QC, Canada, G1V 4G2
Tel: (418) 654-2705, Fax: (418) 654-2212



Kevin Lewandowski wrote:
> I have not done one but have been planning to do it based on this 
> article:
> http://today.java.net/pub/a/today/2005/08/09/didyoumean.html
>
> With Solr it would be much simpler than the java examples they give.
>
> On 10/30/06, Michael Imbeault <[EMAIL PROTECTED]> wrote:
>> Hello everyone,
>>
>> Has anybody successfully implemented a Lucene spellchecker within Solr?
>> If so, could you give details on how one would achieve this?
>>
>> If not, is it planned to make it as standard within Solr? Its a feature
>> almost every Solr application would want to use, so I think it would be
>> a nice idea. Sadly, I'm no Java developer, so I fear I won't be the one
>> coding that :(
>>
>> Thanks,
>>
>> -- 
>> Michael Imbeault
>> CHUL Research Center (CHUQ)
>> 2705 boul. Laurier
>> Ste-Foy, QC, Canada, G1V 4G2
>> Tel: (418) 654-2705, Fax: (418) 654-2212
>>
>>
>



Reply via email to