You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2010/09/27 22:13:02 UTC

[Solr Wiki] Update of "SearchComponent" by AndrzejBialecki

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "SearchComponent" page has been changed by AndrzejBialecki.
http://wiki.apache.org/solr/SearchComponent?action=diff&rev1=16&rev2=17

--------------------------------------------------

  }}}
  
  Other useful components are:
-  * SpellCheckComponent -- Exposes advanced support for spell checking such as multiple (per-field) dictionaries, loading dictionaries from files, lucene indices and Solr fields, support for analyzers, collation, query parsing and pluggable spell checker implementations. The default implementation provided with Solr uses the Lucene contrib !SpellChecker.
+  * SpellCheckComponent -- Exposes advanced support for spell checking such as multiple (per-field) dictionaries, loading dictionaries from files, lucene indices and Solr fields, support for analyzers, collation, query parsing and pluggable spell checker implementations. The default implementation provided with Solr uses the Lucene contrib !SpellChecker. This component can also provide an autocomplete functionality when used in combination with a [[Suggester]] instead of !SpellChecker.
   * QueryElevationComponent -- Used to "elevate" results based on editorial decisions, not relevance.
   * TermVectorComponent -- Retrieve Term Vector information.  See https://issues.apache.org/jira/browse/SOLR-651 <!> [[Solr1.4]]
   * StatsComponent -- Get Numeric field statistics.  See https://issues.apache.org/jira/browse/SOLR-680 <!> [[Solr1.4]]