I'm trying to figure out the status of SQLite's support for full-text
search.

It appears that full-text support was provisionally added to SQLite in
late 2006 via an extension module. It sounds like this early version was
experimental only.

After more googling it appears that there are two add-on modules for
full text search: FTS1 and FTS2.

Is SQLite's full text ready for production use yet?

I'm also wondering where I can find out if the version of SQLite that
ships as part of Python 2.5 includes automatic support for full text
search.

Thank you,
Malcolm
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to