sqlite/ext/fts5
dan 415ae725cb Add test cases. And some fixes.
FossilOrigin-Name: adee788586197445672013d434e7ba47ce510b59
2015-05-15 12:18:39 +00:00
..
test Add test cases. And some fixes. 2015-05-15 12:18:39 +00:00
tool Change fts5 doclist-index structures to be trees instead of flat lists. This only makes a difference for databases that contain millions of instances of the same token. 2015-05-13 17:15:32 +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 Reorganize some of the fts5 expression parsing code. Improve test coverage of the same. 2015-05-02 20:35:24 +00:00
fts5_config.c Improve the error message returned by FTS5 if it encounters an unknown file format. 2015-05-08 09:21:05 +00:00
fts5_expr.c Change to storing all keys in a single merge-tree structure instead of one main structure and a separate one for each prefix index. This is a file-format change. Also introduce a mechanism for managing file-format changes. 2015-05-07 19:29:46 +00:00
fts5_hash.c Change to storing all keys in a single merge-tree structure instead of one main structure and a separate one for each prefix index. This is a file-format change. Also introduce a mechanism for managing file-format changes. 2015-05-07 19:29:46 +00:00
fts5_index.c Add test cases. And some fixes. 2015-05-15 12:18:39 +00:00
fts5_storage.c Change to storing all keys in a single merge-tree structure instead of one main structure and a separate one for each prefix index. This is a file-format change. Also introduce a mechanism for managing file-format changes. 2015-05-07 19:29:46 +00:00
fts5_tcl.c Change fts5 doclist-index structures to be trees instead of flat lists. This only makes a difference for databases that contain millions of instances of the same token. 2015-05-13 17:15:32 +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_vocab.c Add test cases. And some fixes. 2015-05-15 12:18:39 +00:00
fts5.c Change fts5 doclist-index structures to be trees instead of flat lists. This only makes a difference for databases that contain millions of instances of the same token. 2015-05-13 17:15:32 +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 Change fts5 doclist-index structures to be trees instead of flat lists. This only makes a difference for databases that contain millions of instances of the same token. 2015-05-13 17:15:32 +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