CBL installs a custom tokenizer (called Snowball IIRC) that does stemming for a bunch of European languages. The tokenizer that comes with SQLite is useless for anything but English.
Currently CBL doesn’t have the option of turning off stemming, but that’s a reasonable thing to request as an enhancement. As a workaround, you can post-filter the query results and reject any rows that don’t contain the literal string you searched for (ignoring case.) —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/6960F97F-28D6-4417-9022-2E928E817F22%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
