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 2008/07/02 21:41:55 UTC

[Solr Wiki] Update of "SearchComponent" by ShalinMangar

Dear Wiki user,

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

The following page has been changed by ShalinMangar:
http://wiki.apache.org/solr/SearchComponent

The comment on the change is:
SpellCheckComponent is not a prototype anymore

------------------------------------------------------------------------------
   * [http://lucene.apache.org/solr/api/org/apache/solr/handler/component/MoreLikeThisComponent.html MoreLikeThis]
   * [http://lucene.apache.org/solr/api/org/apache/solr/handler/component/HighlightComponent.html Highlighting]
   * [http://lucene.apache.org/solr/api/org/apache/solr/handler/component/DebugComponent.html Debug]
-  * SpellCheckComponent -- A new prototype spell checking component.
+  * 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.
  
  Components are enabled in the [http://wiki.apache.org/solr/SolrConfigXml solrconfig.xml].