11.05.2016 Views

Apache Solr Reference Guide Covering Apache Solr 6.0

21SiXmO

21SiXmO

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Out: "preziden", "preziden", "preziden"<br />

Danish<br />

<strong>Solr</strong> can stem Danish using the Snowball Porter Stemmer with an argument of language="Danish" .<br />

Also relevant are the Scandinavian normalization filters.<br />

Factory class: solr.SnowballPorterFilterFactory<br />

Arguments:<br />

language: (required) stemmer language, "Danish" in this case<br />

Example:<br />

<br />

<br />

<br />

<br />

<br />

In: "undersøg undersøgelse"<br />

Tokenizer to Filter: "undersøg"(1) "undersøgelse"(2),<br />

Out: "undersøg"(1), "undersøg"(2)<br />

Dutch<br />

<strong>Solr</strong> can stem Dutch using the Snowball Porter Stemmer with an argument of language="Dutch" .<br />

Factory class: solr.SnowballPorterFilterFactory<br />

Arguments:<br />

language: (required) stemmer language, "Dutch" in this case<br />

Example:<br />

<br />

<br />

<br />

<br />

<br />

In: "kanaal kanalen"<br />

Tokenizer to Filter: "kanaal", "kanalen"<br />

Out: "kanal", "kanal"<br />

Finnish<br />

<strong>Solr</strong> includes support for stemming Finnish, and Lucene includes an example stopword list.<br />

Factory class: solr.FinnishLightStemFilterFactory<br />

<strong>Apache</strong> <strong>Solr</strong> <strong>Reference</strong> <strong>Guide</strong> <strong>6.0</strong><br />

157

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!