Skip to content

Commit

Permalink
set finished_
Browse files Browse the repository at this point in the history
Signed-off-by: longjiquan <jiquan.long@zilliz.com>
  • Loading branch information
longjiquan committed Jan 5, 2024
1 parent 91b81f1 commit 466b4e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/core/thirdparty/tantivy/tantivy-wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ struct TantivyIndexWrapper {
tantivy_finish_index(writer_);
writer_ = nullptr;
reader_ = tantivy_load_index(path_.c_str());
finished_ = true;
}
}

Expand Down

0 comments on commit 466b4e1

Please sign in to comment.