sqlite/ext/fts5
dan 206480992d Add extra OOM tests for fts5.
FossilOrigin-Name: 2dd59b5762c944b3bdd270e95c6739cd4f530bfa
2015-04-22 20:58:24 +00:00
..
test Add extra OOM tests for fts5. 2015-04-22 20:58:24 +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 Have fts5 integrity check verify that prefix indexes contain the same values as returned by prefix queries on the main terms index. 2015-04-11 18:25:04 +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 Fix a couple of build problems. 2015-03-04 08:29:24 +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 Add extra OOM tests for fts5. 2015-04-22 20:58:24 +00:00
fts5_storage.c Fix a couple of build problems. 2015-03-04 08:29:24 +00:00
fts5_tcl.c Fix a couple of build problems. 2015-03-04 08:29:24 +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