mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Reduce candidates threshold
This commit is contained in:
parent
ea4bd29d14
commit
1bd15d849b
2 changed files with 2 additions and 1 deletions
|
@ -361,6 +361,7 @@ async fn main() -> anyhow::Result<()> {
|
|||
// We must use the write transaction of the update here.
|
||||
let mut wtxn = index_cloned.write_txn()?;
|
||||
let mut builder = update_builder.index_documents(&mut wtxn, &index_cloned);
|
||||
builder.enable_autogenerate_docids();
|
||||
|
||||
match method.as_str() {
|
||||
"replace" => builder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue