Warn instead of returning an error when a conversion fails

This commit is contained in:
Kerollmops
2021-04-07 14:52:51 +02:00
parent 2aeef09316
commit c9b2d3ae1a
3 changed files with 33 additions and 8 deletions

View File

@ -440,6 +440,8 @@ impl<'t, 'u, 'i, 'a> IndexDocuments<'t, 'u, 'i, 'a> {
.enumerate()
.map(|(i, documents)| {
let store = Store::new(
primary_key.clone(),
fields_ids_map.clone(),
searchable_fields.clone(),
faceted_fields.clone(),
linked_hash_map_size,