sqlite/ext/fts5
dan 26c84373c4 Improve coverage of fts5_index.c slightly.
FossilOrigin-Name: e5aaa01306597ffd2475dcb83ae889393f68d315
2015-04-25 20:29:46 +00:00
..
test Improve coverage of fts5_index.c slightly. 2015-04-25 20:29:46 +00:00
tool Instead of the 4-byte fields, use regular varints for the poslist-size field in fts5_hash.c. 2015-02-25 19:24:37 +00:00
extract_api_docs.tcl Fix some documentation issues in fts5. 2015-01-10 20:34:27 +00:00
fts5.c Fix a couple of build problems. 2015-03-04 08:29:24 +00:00
fts5.h Fix the bm25() function so that it multiplies scores by -1 before returning them. This means better matches have a lower numerical score, so "ORDER BY rank" (not "ORDER BY rank DESC") does what you want. 2015-03-07 11:50:31 +00:00
fts5Int.h Add the "unindexed" column option to fts5. 2015-04-24 19:41:43 +00:00
fts5_aux.c Fix the bm25() function so that it multiplies scores by -1 before returning them. This means better matches have a lower numerical score, so "ORDER BY rank" (not "ORDER BY rank DESC") does what you want. 2015-03-07 11:50:31 +00:00
fts5_buffer.c Begin changing fts5 to use a delete flag so that delete markers may be annihilated more quickly. 2015-04-14 20:15:41 +00:00
fts5_config.c Merge latest trunk changes with this branch. 2015-04-24 20:18:21 +00:00
fts5_expr.c Add extra OOM tests for fts5. 2015-04-22 20:58:24 +00:00
fts5_hash.c Begin changing fts5 to use a delete flag so that delete markers may be annihilated more quickly. 2015-04-14 20:15:41 +00:00
fts5_index.c Improve coverage of fts5_index.c slightly. 2015-04-25 20:29:46 +00:00
fts5_storage.c Add the "unindexed" column option to fts5. 2015-04-24 19:41:43 +00:00
fts5_tcl.c Add extra tests for corrupt database handling in fts5. 2015-04-24 15:56:09 +00:00
fts5_tokenize.c Add an optimization to the fts5 unicode tokenizer code. 2015-03-11 14:51:39 +00:00
fts5_unicode2.c Fix some problems with building fts5 and fts3 together using the amalgamation. 2015-02-02 11:32:20 +00:00
fts5parse.y Begin adding interface for auxiliary functions. 2014-07-16 19:15:57 +00:00
mkportersteps.tcl Improve the performance of the fts5 porter tokenizer implementation. 2015-01-17 17:48:10 +00:00