Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "Hunspell" page has been changed by DavidSmiley: http://wiki.apache.org/solr/Hunspell?action=diff&rev1=1&rev2=2 Comment: Suggest a different link to dictionary files. I couldn't find it at the other site. In Solr, Hunspell is currently used for stemming. The project originated at [[http://code.google.com/p/lucene-hunspell/|Google code]] but was contributed to Apache in [[Solr3.5]]. - Hunspell is both dictionary and rules based, using the same dictionaries ({{{.dic}}}) and rules files ({{{.aff}}}) as those in !OpenOffice. These dictionaries exists for 99 languages - [[http://wiki.services.openoffice.org/wiki/Dictionaries|downloaded dictionaries here]]. + Hunspell is both dictionary and rules based, using the same dictionaries ({{{.dic}}}) and rules files ({{{.aff}}}) as those in !OpenOffice. These dictionaries exists for 99 languages - [[http://wiki.services.openoffice.org/wiki/Dictionaries|downloaded dictionaries here]] [[http://extensions.services.openoffice.org/dictionary|or here]]. See HunspellStemFilterFactory for details about how to configure Hunspell in your analysis.