Re: Issuing just a spell check query

2009-02-14 Thread Grant Ingersoll
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

Re: Issuing just a spell check query

2009-02-12 Thread Chris Hostetter
: > 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

Re: Issuing just a spell check query

2009-02-06 Thread Shalin Shekhar Mangar
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

Re: Issuing just a spell check query

2009-02-06 Thread Rupert Fiasco
> 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

Re: Issuing just a spell check query

2009-02-06 Thread Otis Gospodnetic
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

Issuing just a spell check query

2009-02-06 Thread Rupert Fiasco
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