MeiliSearch/milli/src/update
Ewan Higgs beb987d3d1 Fixing piles of clippy errors.
Most of these are calling clone when the struct supports Copy.

Many are using & and &mut on `self` when the function they are called
from already has an immutable or mutable borrow so this isn't needed.

I tried to stay away from actual changes or places where I'd have to
name fresh variables.
2022-10-13 22:02:54 +02:00
..
index_documents Fixing piles of clippy errors. 2022-10-13 22:02:54 +02:00
snapshots Fix undefined behaviour caused by reusing key from the database 2022-08-17 12:17:45 +02:00
available_documents_ids.rs Fasten the document deletion 2022-07-05 15:30:33 +02:00
clear_documents.rs Simplify indexing tests 2022-08-04 12:03:13 +02:00
delete_documents.rs expose the size methods 2022-08-17 17:07:38 +02:00
facets.rs Add some documentation to facets.rs 2022-08-17 12:59:52 +02:00
indexer_config.rs document batch support 2022-01-19 12:40:20 +01:00
mod.rs Expose the DocumentId struct to be sure to inject the generated ids 2022-07-12 15:14:06 +02:00
settings.rs Fixing piles of clippy errors. 2022-10-13 22:02:54 +02:00
update_step.rs Implement documents format 2021-09-21 16:58:33 +02:00
word_prefix_docids.rs Fixing piles of clippy errors. 2022-10-13 22:02:54 +02:00
word_prefix_pair_proximity_docids.rs Fixing piles of clippy errors. 2022-10-13 22:02:54 +02:00
words_prefix_position_docids.rs Use an unstable algorithm for grenad::Sorter when possible 2022-09-13 14:49:53 +02:00
words_prefixes_fst.rs Fixing piles of clippy errors. 2022-10-13 22:02:54 +02:00