sqlite/ext/fts5
dan d34742901d Have the fts5 integrity-check verify that doclist indexes match the contents of the leaf pages that they index.
FossilOrigin-Name: 37a7d3035eb4bbad7e32fe550321ac9fae611a57
2014-08-01 19:27:07 +00:00
..
fts5.c Add a comment explaining why fts5 cannot cache "sorter statements". 2014-07-31 17:53:03 +00:00
fts5.h Add extension apis xRowCount, xQueryPhrase, xSetAuxdata and xGetAuxdata. And a ranking function that uses all of the above. 2014-07-25 20:30:47 +00:00
fts5Int.h Add hidden column "rank". Currently this always returns the same value as the bm25() function. 2014-07-30 19:41:58 +00:00
fts5_aux.c Add further tests for the extension APIs with "ORDER BY rank" queries. 2014-07-31 11:57:59 +00:00
fts5_buffer.c Add a snippet() function to fts5. 2014-07-23 19:31:56 +00:00
fts5_config.c Add hidden column "rank". Currently this always returns the same value as the bm25() function. 2014-07-30 19:41:58 +00:00
fts5_expr.c Add hidden column "rank". Currently this always returns the same value as the bm25() function. 2014-07-30 19:41:58 +00:00
fts5_index.c Have the fts5 integrity-check verify that doclist indexes match the contents of the leaf pages that they index. 2014-08-01 19:27:07 +00:00
fts5_storage.c Add extension apis xRowCount, xQueryPhrase, xSetAuxdata and xGetAuxdata. And a ranking function that uses all of the above. 2014-07-25 20:30:47 +00:00
fts5parse.y Begin adding interface for auxiliary functions. 2014-07-16 19:15:57 +00:00