Dear Wiki user,

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

The "LanguageAnalysis" page has been changed by RobertPetersen:
http://wiki.apache.org/solr/LanguageAnalysis?action=diff&rev1=26&rev2=27

Comment:
Fixed broken links to sample files for stemdict.txt and protwords.txt

  
  A customized protected word list may be specified with the "protected" 
attribute in the schema. Any words in the protected word list will not be 
modified by any stemmer in Solr.
  
- A 
[[http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/example/solr/conf/protwords.txt|sample
 Solr protwords.txt with comments]] can be found in the Source Repository.
+ A 
[[http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/example/solr/collection1/conf/protwords.txt|sample
 Solr protwords.txt with comments]] can be found in the Source Repository.
  
  {{{
  <fieldtype name="myfieldtype" class="solr.TextField">
@@ -574, +574 @@

  
  A customized mapping of words to stems, in a tab-separated file, can be 
specified to the "dictionary" attribute in the schema.  Words in this mapping 
will be stemmed to the stems from the file, and will not be further changed by 
any stemmer.
  
- A 
[[http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/core/src/test-files/solr/conf/stemdict.txt|sample
 stemdict.txt with comments]] can be found in the Source Repository.
+ A 
[[http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/core/src/test-files/solr/conf/stemdict.txt?p=1227271|sample
 stemdict.txt with comments]] can be found in the Source Repository.
  
  {{{
  <fieldtype name="myfieldtype" class="solr.TextField">

Reply via email to