mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-07-03 15:50:44 +00:00
fix: add missing manual_doc_id_mapping field in zstd test IndexSettings initializer
Struct literal was missing the new field introduced in the manual doc id mapping refactor, causing a compile error under --all-features. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -465,6 +465,7 @@ mod tests {
|
||||
field: "text".to_string(),
|
||||
order: Order::Asc,
|
||||
}),
|
||||
manual_doc_id_mapping: false,
|
||||
docstore_compression: crate::store::Compressor::Zstd(ZstdCompressor {
|
||||
compression_level: Some(4),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user