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

Reply via email to