New issue 33 by renlu.xu: How xappy supports Stem?
http://code.google.com/p/xappy/issues/detail?id=33
I want to know,how xappy support Stemming
Comment #1 on issue 33 by boulton.rj: How xappy supports Stem?
http://code.google.com/p/xappy/issues/detail?id=33
That's not really an "issue", but the answer is that if you specify
a "language"
parameter to the INDEX_FREETEXT action, and the value is one of the 2
character ISO-
639 language codes corresponding to one of the stemmers supported by
Xapian, the
appropriate stemmer is used for indexing and searching that field. The
Xapian
stemmers are taken from the snowball project - see
http://snowball.tartarus.org/ for
more details.