MeiliSearch/milli/src/update
mpostma aa6c5df0bc Implement documents format
document reader transform

remove update format

support document sequences

fix document transform

clean transform

improve error handling

add documents! macro

fix transform bug

fix tests

remove csv dependency

Add comments on the transform process

replace search cli

fmt

review edits

fix http ui

fix clippy warnings

Revert "fix clippy warnings"

This reverts commit a1ce3cd96e603633dbf43e9e0b12b2453c9c5620.

fix review comments

remove smallvec in transform loop

review edits
2021-09-21 16:58:33 +02:00
..
index_documents Implement documents format 2021-09-21 16:58:33 +02:00
available_documents_ids.rs Remove the roaring operation functions warnings 2021-06-30 14:12:56 +02:00
clear_documents.rs Implement documents format 2021-09-21 16:58:33 +02:00
delete_documents.rs Implement documents format 2021-09-21 16:58:33 +02:00
facets.rs Add logging timers 2021-09-01 16:48:40 +02:00
mod.rs Implement documents format 2021-09-21 16:58:33 +02:00
settings.rs Implement documents format 2021-09-21 16:58:33 +02:00
update_builder.rs Make document_chunk_size settable from update builder 2021-09-02 15:25:39 +02:00
update_step.rs Implement documents format 2021-09-21 16:58:33 +02:00
word_prefix_docids.rs Add logging timers 2021-09-01 16:48:40 +02:00
word_prefix_pair_proximity_docids.rs Add logging timers 2021-09-01 16:48:40 +02:00
words_level_positions.rs Add logging timers 2021-09-01 16:48:40 +02:00
words_prefixes_fst.rs Add logging timers 2021-09-01 16:48:40 +02:00