mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
store the schema after each document updates
This commit is contained in:
parent
4f0ead625b
commit
a35eb16a2a
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue