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 GrantIngersoll: http://wiki.apache.org/solr/SearchComponent ------------------------------------------------------------------------------ * [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 exists at [https://issues.apache.org/jira/browse/SOLR-572 SOLR-572] Components are enabled in the [http://wiki.apache.org/solr/SolrConfigXml solrconfig.xml]. @@ -22, +23 @@ <searchComponent name="highlight" class="org.apache.solr.handler.component.HighlightComponent" /> <searchComponent name="debug" class="org.apache.solr.handler.component.DebugComponent" /> }}} - SpellCheckComponent -- A new prototype spell checking component exists at [https://issues.apache.org/jira/browse/SOLR-572 SOLR-572] + These examples are enabled by default, but can be overridden by writing your own class that extends SearchComponent and then declare it in the solrconfig.xml with the appropriate name. For instance, to override the "query" component, one would declare: {{{
