Skip to content

Commit 2350c8e

Browse files
MalletsPSeitz
andauthored
Update src/indexer/segment_writer.rs
Co-authored-by: PSeitz <PSeitz@users.noreply.github.com>
1 parent 0a071c5 commit 2350c8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/indexer/segment_writer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ impl SegmentWriter {
147147
.manual_doc_id_mapping
148148
{
149149
return Err(TantivyError::InvalidArgument(
150-
"IndexSettings::manual_doc_id_mapping must be set to false".to_string(),
150+
"IndexSettings::manual_doc_id_mapping must be set to false. With manual_doc_id_mapping, you need to call finalize_with_doc_id_mapping".to_string(),
151151
));
152152
}
153153

0 commit comments

Comments
 (0)