On Feb 12, 2009, at 8:37 PM, Chris Hostetter wrote:
: > A roundabout way of asking: how can I fire off *just* a spell
check query?
: I don't think it is possible with SpellCheckComponent. But note
that only
It's possible:
http://wiki.apache.org/solr/SpellCheckComponent#head-e8bab117a
: > A roundabout way of asking: how can I fire off *just* a spell check query?
: I don't think it is possible with SpellCheckComponent. But note that only
maybe i'm missing something, but why can't you just say...
spellcheck
...i havne't tried it, but there's no reason i
On Sat, Feb 7, 2009 at 1:17 AM, Rupert Fiasco wrote:
>
> I would like to issue just a spell check query, I dont care about it
> being inline and piggy-backing off a normal search query.
>
> How would I achieve this?
>
> Now, I can sort of achieve what I want by in fact a normal search but
> then
> From: Rupert Fiasco
> To: solr-user@lucene.apache.org
> Sent: Friday, February 6, 2009 2:47:19 PM
> Subject: Issuing just a spell check query
>
> The docs for the SpellCheckComponent say
>
> "The SpellCheckComponent is designed to provide inline s
Rupert,
You could use the SpellCheck*Handler* to achieve this.
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
From: Rupert Fiasco
To: solr-user@lucene.apache.org
Sent: Friday, February 6, 2009 2:47:19 PM
Subject: Issuing just a spell
The docs for the SpellCheckComponent say
"The SpellCheckComponent is designed to provide inline spell checking
of queries without having to issue separate requests."
I would like to issue just a spell check query, I dont care about it
being inline and piggy-backing off a normal search query.
How