Build 3.0.3-rc04 err with "no matching constructor for initialization of 'lucene::index::IndexWriter'" #46909
Unanswered
whg517
asked this question in
A - General / Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
env
build script
error msg
files
I'm not familiar with c++, so I don't know exactly what caused the error. But I found some possible answers through copilot:
lucene::index::IndexWriter
method is passed the first method of dir type may not be astd::shared_ptr<doris::segment_v2::DorisFSDirectory>
。I'm not sure that's the case. But I got stuck trying to build 3.0.3-rc-04. I can't build properly.
Beta Was this translation helpful? Give feedback.
All reactions