zxealous opened a new issue, #45522: URL: https://github.com/apache/doris/issues/45522
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 3.0.3-rc04 ### What's Wrong? sh build.sh compile failed because of index-tool ``` /root/PALO-3.0/be/src/index-tools/index_tool.cpp:565:35: error: no matching constructor for initialization of 'lucene::index::IndexWriter' auto indexwriter = _CLNEW lucene::index::IndexWriter(dir, analyzer, true, true); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ /root/PALO-3.0/be/src/clucene/src/core/CLucene/index/IndexWriter.h:579:12: note: candidate constructor not viable: no known conversion from 'std::shared_ptr<doris::segment_v2::DorisFSDirectory>' to 'lucene::store::Directory *' for 1st argument explicit IndexWriter(CL_NS(store)::Directory* d, CL_NS(analysis)::Analyzer* a, const bool create, const bool closeDirOnShutdown=false); ^ /root/PALO-3.0/be/src/clucene/src/core/CLucene/index/IndexWriter.h:625:12: note: candidate constructor not viable: no known conversion from 'std::shared_ptr<doris::segment_v2::DorisFSDirectory>' to 'lucene::store::Directory *' for 1st argument explicit IndexWriter(CL_NS(store)::Directory* d, const bool autoCommit, CL_NS(analysis)::Analyzer* a, const bool create, IndexDeletionPolicy* deletionPolicy = NULL, const bool closeDirOnShutdown=false); ^ /root/PALO-3.0/be/src/clucene/src/core/CLucene/index/IndexWriter.h:599:12: note: candidate constructor not viable: no known conversion from 'std::shared_ptr<doris::segment_v2::DorisFSDirectory>' to 'lucene::store::Directory *' for 1st argument explicit IndexWriter(CL_NS(store)::Directory* d, const bool autoCommit, CL_NS(analysis)::Analyzer* a, IndexDeletionPolicy* deletionPolicy = NULL, const bool closeDirOnShutdown=false); ^ /root/PALO-3.0/be/src/clucene/src/core/CLucene/index/IndexWriter.h:557:12: note: candidate constructor not viable: requires 3 arguments, but 4 were provided explicit IndexWriter(const char* path, CL_NS(analysis)::Analyzer* a, const bool create); ^ /root/PALO-3.0/be/src/clucene/src/core/CLucene/index/IndexWriter.h:187:22: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 4 were provided class CLUCENE_EXPORT IndexWriter:LUCENE_BASE { ^ 1 error generated. ``` ### What You Expected? work well ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org