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.

stemEnglishPossessive: (integer, default 1) If 1, strips the possessive "'s" from each subword.<br />

Example:<br />

Default behavior. The whitespace tokenizer is used here to preserve non-alphanumeric characters.<br />

<br />

<br />

<br />

<br />

In: "hot-spot RoboBlaster/9000 100XL"<br />

Tokenizer to Filter: "hot-spot", "RoboBlaster/9000", "100XL"<br />

Out: "hot", "spot", "Robo", "Blaster", "9000", "100", "XL"<br />

Example:<br />

Do not split on case changes, and do not generate number parts. Note that by not generating number parts,<br />

tokens containing only numeric parts are ultimately discarded.<br />

<br />

<br />

<br />

<br />

In: "hot-spot RoboBlaster/9000 100-42"<br />

Tokenizer to Filter: "hot-spot", "RoboBlaster/9000", "100-42"<br />

Out: "hot", "spot", "RoboBlaster", "9000"<br />

Example:<br />

Concatenate word parts and number parts, but not word and number parts that occur in the same token.<br />

<br />

<br />

<br />

<br />

In: "hot-spot 100+42 XL40"<br />

Tokenizer to Filter: "hot-spot"(1), "100+42"(2), "XL40"(3)<br />

Out: "hot"(1), "spot"(2), "hotspot"(2), "100"(3), "42"(4), "10042"(4), "XL"(5), "40"(6)<br />

Example:<br />

Concatenate all. Word and/or number parts are joined together.<br />

<br />

<br />

<br />

<br />

In: "XL-4000/ES"<br />

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

142

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

Saved successfully!

Ooh no, something went wrong!