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?