fix: disable on compaction

Signed-off-by: evenyag <realevenyag@gmail.com>
This commit is contained in:
evenyag
2025-09-26 17:40:00 +08:00
parent 2fe21469f8
commit 26bdb6a413

View File

@@ -185,7 +185,7 @@ impl Command {
// Build write request
let fulltext_index_config = FulltextIndexConfig {
create_on_flush: Mode::Disable,
create_on_compaction: Mode::Disable,
..Default::default()
};
let write_opts = WriteOptions::default();