Skip to content

siuying/node-better-sqlite3-mozporter

Repository files navigation

node-sqlite3-mozporter

Use Mozilla Porter stemmer for sqlite3, for CKJ FTS using FTS3 module in sqlite3.

Installation

Since sqlite 3.12.0, fts3 tokenizer requires SQLITE_ENABLE_FTS3_TOKENIZER compiler flag. Include this flag when you install better-sqlite3:

export CFLAGS="-DSQLITE_ENABLE_FTS3_TOKENIZER"
npm install better-sqlite3 --build-from-source

LICENSE

node-sqlite3-mozporter is MIT licensed.

About

Porter stemmer from Mozilla Thunderbird for sqlite3.

Resources

License

Stars

Watchers

Forks

Packages

No packages published