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

------------------------------------------------------------------------------
    <analyzer type="query">
      <tokenizer class="solr.StandardTokenizerFactory"/>
      <filter class="solr.SynonymFilterFactory" synonyms="synonyms.txt" 
ignoreCase="true" expand="true"/>
-     <filter class="solr.StopFilterFactory" ignoreCase="true" words=" 
stopwords.txt"/>
+     <filter class="solr.StopFilterFactory" ignoreCase="true" 
words="stopwords.txt"/>
      <filter class="solr.StandardFilterFactory"/>
      <filter class="solr.RemoveDuplicatesTokenFilterFactory"/>
    </analyzer>

Reply via email to