Skip to content

Commit

Permalink
Fixed bad docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
clintongormley committed Jun 18, 2014
1 parent 2b1ada4 commit 8d06ba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 230_Stemming/10_Algorithmic_stemmers.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ aggressively than the Porter stemmer.
==== Using an algorithmic stemmer

While you can use the
{ref}analysis-porter-stem-tokenfilter.html[`porter_stem`] or
{ref}analysis-porterstem-tokenfilter.html[`porter_stem`] or
{ref}analysis-kstem-tokenfilter.html[`kstem`] token filter directly, or
create a language-specific Snowball stemmer with the
{ref}analysis-snowball-tokenfilter.html[`snowball`] token filter, all of the
Expand Down Expand Up @@ -96,7 +96,7 @@ Having reviewed the current configuration, we can use it as the basis for
a new analyzer, with the following changes:

* Change the `english_stemmer` from `english` (which maps to the
{ref}analysis-porter-stem-tokenfilter.html[`porter_stem`] token filter)
{ref}analysis-porterstem-tokenfilter.html[`porter_stem`] token filter)
to `light_english` (which maps to the less aggressive
{ref}analysis-kstem-tokenfilter.html[`kstem`] token filter).

Expand Down

0 comments on commit 8d06ba4

Please sign in to comment.