mirror of https://github.com/milvus-io/milvus.git
issue: https://github.com/milvus-io/milvus/issues/32154 pr: #32209 Signed-off-by: longjiquan <jiquan.long@zilliz.com>pull/32241/head
parent
e00772a098
commit
3a1e0c3b18
|
@ -34,7 +34,7 @@ InvertedIndexTantivy<T>::InvertedIndexTantivy(
|
|||
auto field =
|
||||
std::to_string(disk_file_manager_->GetFieldDataMeta().field_id);
|
||||
auto prefix = disk_file_manager_->GetLocalIndexObjectPrefix();
|
||||
path_ = fmt::format("/tmp/{}", prefix);
|
||||
path_ = prefix;
|
||||
boost::filesystem::create_directories(path_);
|
||||
d_type_ = cfg_.to_tantivy_data_type();
|
||||
if (tantivy_index_exist(path_.c_str())) {
|
||||
|
|
Loading…
Reference in New Issue