meilisearch/milli/src/update/index_documents
Louis Dureuil b24def3281
Add logging when inference took place.
Displays log message in the form:
```
[2022-12-21T09:19:42Z INFO  milli::update::index_documents::enrich] Primary key was not specified in index. Inferred to 'id'
```
2022-12-21 15:13:38 +01:00
..
extract Avoid creating a MatchingWord for words that exceed the length limit 2022-11-28 10:20:13 +01:00
helpers Avoid creating a MatchingWord for words that exceed the length limit 2022-11-28 10:20:13 +01:00
snapshots/mod.rs/simple_documents_replace Prepare fix within facet range search 2022-12-07 14:38:10 +01:00
enrich.rs Add logging when inference took place. 2022-12-21 15:13:38 +01:00
mod.rs Add DeletionStrategy 2022-12-19 09:49:58 +01:00
transform.rs Remove uses of UserError::MissingPrimaryKey not related to inference 2022-12-21 15:13:36 +01:00
typed_chunk.rs Remove outdated TODOs 2022-10-26 13:47:04 +02:00