11.05.2016 Views

Apache Solr Reference Guide Covering Apache Solr 6.0

21SiXmO

21SiXmO

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Spanish<br />

<strong>Solr</strong> includes two stemmers for Spanish: one in the solr.SnowballPorterFilterFactory<br />

language="Spanish" , and a lighter stemmer called solr.SpanishLightStemFilterFactory. Lucene<br />

includes an example stopword list.<br />

Factory class: solr.SpanishStemFilterFactory<br />

Arguments: None<br />

Example:<br />

<br />

<br />

<br />

<br />

<br />

In: "torear toreara torearlo"<br />

Tokenizer to Filter: "torear", "toreara", "torearlo"<br />

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

Swedish<br />

Swedish Stem Filter<br />

<strong>Solr</strong> includes two stemmers for Swedish: one in the solr.SnowballPorterFilterFactory<br />

language="Swedish" , and a lighter stemmer called solr.SwedishLightStemFilterFactory. Lucene<br />

includes an example stopword list.<br />

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

Factory class: solr.SwedishStemFilterFactory<br />

Arguments: None<br />

Example:<br />

<br />

<br />

<br />

<br />

<br />

In: "kloke klokhet klokheten"<br />

Tokenizer to Filter: "kloke", "klokhet", "klokheten"<br />

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

Thai<br />

This filter converts sequences of Thai characters into individual Thai words. Unlike European languages, Thai<br />

does not use whitespace to delimit words.<br />

Factory class: solr.ThaiTokenizerFactory<br />

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

171

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

Saved successfully!

Ooh no, something went wrong!