sqlite/ext/fts5
dan 0501b2492a Further improvements to test coverage of fts5 code.
FossilOrigin-Name: d4331943dff259380c4025bb740d8aba6972d351
2015-05-01 20:38:57 +00:00
..
test Further improvements to test coverage of fts5 code. 2015-05-01 20:38:57 +00:00
tool Change the fts5 content= option so that it matches fts5 columns with the underlying table columns by name, not by their position within the CREATE TABLE statement. 2015-04-27 16:21:49 +00:00
extract_api_docs.tcl Fix some documentation issues in fts5. 2015-01-10 20:34:27 +00:00
fts5_aux.c Improve fts5 tests. 2015-04-29 20:54:08 +00:00
fts5_buffer.c Improve coverage of fts5 tests. 2015-04-28 18:35:28 +00:00
fts5_config.c Improve fts5 tests. 2015-04-29 20:54:08 +00:00
fts5_expr.c Further improvements to test coverage of fts5 code. 2015-05-01 20:38:57 +00:00
fts5_hash.c Improve coverage of fts5 tests. 2015-04-28 18:35:28 +00:00
fts5_index.c Improve coverage of fts5 tests. 2015-04-28 18:35:28 +00:00
fts5_storage.c Improve coverage of fts5 tests. 2015-04-28 18:35:28 +00:00
fts5_tcl.c Improve test coverage of fts5.c. 2015-05-01 12:14:23 +00:00
fts5_tokenize.c Improve fts5 tests. 2015-04-29 20:54:08 +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
fts5.c Improve test coverage of fts5.c. 2015-05-01 12:14:23 +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 Improve fts5 tests. 2015-04-29 20:54:08 +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