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/02/21 20:02:17 UTC

[Solr Wiki] Trivial Update of "SpellCheckerRequestHandler" by GrantIngersoll

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/SpellCheckerRequestHandler

The comment on the change is:
removed extra space

------------------------------------------------------------------------------
  {{{
  <fieldType name="spell" class="solr.TextField" positionIncrementGap="100">
    <analyzer type="index">
-     <tokenizer class="solr.StandardTokenizerFactory "/>
+     <tokenizer class="solr.StandardTokenizerFactory"/>
      <filter class="solr.StopFilterFactory" ignoreCase="true" words="stopwords.txt"/>
      <filter class="solr.StandardFilterFactory"/>
      <filter class="solr.RemoveDuplicatesTokenFilterFactory"/>