You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by anuvenk <an...@hotmail.com> on 2008/01/19 19:45:31 UTC

spell check component

Is it possible to add a spell check component so i don't have to issue a
separate request to solr to do the spell checking? Sorry if this question is
naive..am just learning to use solr.

<searchComponent name="spellcheck"    
class="org.apache.solr.handler.component.spellcheckComponent" />

and add it to the search handler like this

<arr name="spellcheck-components">
      <str>spellcheck</str>
</arr>

what would the name of the spell check component be?

-- 
View this message in context: http://www.nabble.com/spell-check-component-tp14973651p14973651.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: spell check component

Posted by Ryan McKinley <ry...@gmail.com>.
There is not yet a spell checking component...  It would be great to 
have though!


anuvenk wrote:
> Is it possible to add a spell check component so i don't have to issue a
> separate request to solr to do the spell checking? Sorry if this question is
> naive..am just learning to use solr.
> 
> <searchComponent name="spellcheck"    
> class="org.apache.solr.handler.component.spellcheckComponent" />
> 
> and add it to the search handler like this
> 
> <arr name="spellcheck-components">
>       <str>spellcheck</str>
> </arr>
> 
> what would the name of the spell check component be?
> 


Re: spell check component

Posted by Grant Ingersoll <gs...@apache.org>.
I just asked this too: http://www.mail-archive.com/solr-user@lucene.apache.org/msg08515.html

On Jan 19, 2008, at 1:45 PM, anuvenk wrote:

>
> Is it possible to add a spell check component so i don't have to  
> issue a
> separate request to solr to do the spell checking? Sorry if this  
> question is
> naive..am just learning to use solr.
>
> <searchComponent name="spellcheck"
> class="org.apache.solr.handler.component.spellcheckComponent" />
>
> and add it to the search handler like this
>
> <arr name="spellcheck-components">
>      <str>spellcheck</str>
> </arr>
>
> what would the name of the spell check component be?
>
> -- 
> View this message in context: http://www.nabble.com/spell-check-component-tp14973651p14973651.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>