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.



Reply via email to