mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
feat(update): disable autogenerate_docids by default
This commit is contained in:
parent
c112877a4a
commit
d81c0e8bba
3 changed files with 13 additions and 3 deletions
|
@ -558,6 +558,7 @@ pub(crate) mod tests {
|
|||
{ "name": "bob", "age": 20 }
|
||||
]"#[..];
|
||||
let mut builder = IndexDocuments::new(&mut wtxn, &index, 0);
|
||||
builder.enable_autogenerate_docids();
|
||||
builder.update_format(UpdateFormat::Json);
|
||||
builder.execute(content, |_, _| ()).unwrap();
|
||||
wtxn.commit().unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue