-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
latest version problem #43
Comments
It depends on elasticsearch. So, if elasticsearch uses the version of Lucene, this runner will provide it. |
Version must be upgraded to [8.10.1] is still set to [8.7.0]
Are you saying that the lucene version used in elasticsearch should match the runner's lucene version? im use |
import org.elasticsearch.common.xcontent.XContentBuilder; I matched the Lucene version, but the above error occurred and the location of the package was changed as the version went up, but yours did not change. import org.elasticsearch.xcontent.XContentType; |
elasticsearch depends on Lucene. elasticsearch 7.10.2 use Lucene 8.7.0, so you should use the same Lucene. |
i want implementation group: 'org.elasticsearch', name: 'elasticsearch', version: '7.16.2' So what version of runner should I use? |
@marevol error org/elasticsearch/common/xcontent/XContentBuilder Now the error is not the problem with Lucene, it is using the Xbuilder of es in the runner, but it is an outdated package. |
I downgraded it in the end, but please be able to use it in the latest version!! |
I'm so glad I found this test tool that's really good for testing lucene! By the way
Runner version 8.10.2 doesn't seem to support Lucene 8.10.1!
It seems to be compatible with 8.7.0, can you please enable it?
The text was updated successfully, but these errors were encountered: