Bence Ferdinandy <[email protected]> writes:

> Thanks! I didn't know unicode equivalence existed, but it seems to be the
> feature I want, so at least now I have a name for it :) And yes, actually
> setting the stemmer would also be cool, I saw that Xapian has a Hungarian
> stemmer but I kind of assumed all stemmers are applied somehow (although it
> makes sense they're not). Is stemming done during search or would it affect
> the database as well? Just to have a notion of how complicated a settable
> stemmer feature would be.
>

Stemming happens both during search (unless turned off for given term)
and at indexing time. So yeah, changing the stemming algorithm with
change the database (and require a re-index).
_______________________________________________
notmuch mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to