mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-07-06 17:20:43 +00:00
docs: clarify manual doc id mapping serialization
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -251,6 +251,7 @@ pub struct IndexSettings {
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub sort_by_field: Option<IndexSortByField>,
|
||||
/// If true, enables caller-provided doc id mappings at segment finalization time.
|
||||
/// Always skip serializing this field since it's only used at segment finalization time.
|
||||
#[doc(hidden)]
|
||||
#[serde(skip)]
|
||||
pub manual_doc_id_mapping: bool,
|
||||
|
||||
Reference in New Issue
Block a user