mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04:27 +01:00
store the schema after each document updates
This commit is contained in:
parent
4f0ead625b
commit
a35eb16a2a
@ -158,6 +158,8 @@ pub fn apply_documents_addition<'a, 'b>(
|
||||
document.serialize(serializer)?;
|
||||
}
|
||||
|
||||
|
||||
|
||||
write_documents_addition_index(
|
||||
writer,
|
||||
index,
|
||||
@ -244,6 +246,8 @@ pub fn apply_documents_partial_addition<'a, 'b>(
|
||||
document.serialize(serializer)?;
|
||||
}
|
||||
|
||||
|
||||
|
||||
write_documents_addition_index(
|
||||
writer,
|
||||
index,
|
||||
|
Loading…
Reference in New Issue
Block a user