[Xapian-discuss] Stemming prefix

Olly Betts olly at survex.com
Wed Oct 15 15:42:31 BST 2008


On Mon, Oct 13, 2008 at 03:39:45PM +0200, double wrote:
> The problem is, that all stemmed words are "Z"-prefixed and therefore
> Xapian will not find them. Is there a chance to index the stemmed words
> without the "Z" prefix in order to find stemmed words with "STEM_ALL"
> in a single query?

Not while using TermGenerator currently.  You'll need to index terms
yourself using Document::add_posting() or Document::add_term() if you
want to use STEM_ALL.

Cheers,
    Olly



More information about the Xapian-discuss mailing list