Dear Wiki user,

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

The "SpellCheckingAnalysis" page has been changed by DavidSmiley.
The comment on this change is: Without stemming, no point in using 
RemoveDuplicatesTokenFilterFactory.
http://wiki.apache.org/solr/SpellCheckingAnalysis?action=diff&rev1=3&rev2=4

--------------------------------------------------

      <tokenizer class="solr.StandardTokenizerFactory"/>
      <filter class="solr.StopFilterFactory" ignoreCase="true" 
words="stopwords.txt"/>
      <filter class="solr.StandardFilterFactory"/>
-     <filter class="solr.RemoveDuplicatesTokenFilterFactory"/>
    </analyzer>
    <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.StandardFilterFactory"/>
-     <filter class="solr.RemoveDuplicatesTokenFilterFactory"/>
    </analyzer>
  </fieldType>
  }}}

Reply via email to