Hi Jeff,

A SearchComponent allows you to connect functionality with any Request Handler, allowing you to inline spelling requests (or other things like MoreLikeThis) with your queries, saving you from having to make an extra request.

I walk through a lot of this in my article on Solr 1.3 for IBM devWorks: http://www.ibm.com/developerworks/java/library/j-solr-update/?S_TACT=105AGX01&S_CMP=HP

You can also refer to the Wiki at:
http://wiki.apache.org/solr/SearchComponent
and specifically:
http://wiki.apache.org/solr/SpellCheckComponent

It works independently from the query parser (i.e. dismax).

-Grant


On Nov 10, 2008, at 7:00 PM, Jeff Newburn wrote:

I am still relatively new to solr.  I have gotten the
spellcheckerrequesthandler working the way I would like. Now I am diving
into the search component version of the spell checker.  I was hoping
someone could help explain 1. What specifically does the searchcomponent offer and how would I go about putting it into all search terms with the
dismax type.

-Jeff

--------------------------
Grant Ingersoll

Lucene Helpful Hints:
http://wiki.apache.org/lucene-java/BasicsOfPerformance
http://wiki.apache.org/lucene-java/LuceneFAQ










Reply via email to