Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add APIs to allow fts5 to be augmented with ranking and snippet functions. Does not work yet.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | matchinfo
Files: files | file ages | folders
SHA1: a235305d42ed0b17be6e18d4932d97046f9c03da
User & Date: dan 2013-01-01 19:56:04.682
Context
2013-01-02
20:01
Add an implementation of BM25 to fts5func.c. Other changes to matchinfo related things. check-in: 03f26d8c60 user: dan tags: matchinfo
2013-01-01
19:56
Add APIs to allow fts5 to be augmented with ranking and snippet functions. Does not work yet. check-in: a235305d42 user: dan tags: matchinfo
18:41
Fix a memory leak in fts5.c. check-in: 7bc0e58875 user: dan tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/expr.c.
Changes to src/fts5.c.
Changes to src/fts5func.c.
Changes to src/main.c.
Changes to src/resolve.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.
Changes to src/where.c.
Changes to test/fts5create.test.
Changes to test/fts5query1.test.