Do EQL deprecations also imply deprecation of the Java API?

Hello,

in the release notes for 7.13 it states the following in the section on "EQL deprecations":
"The wildcard function is deprecated."

What is not clear to me is whether or not this is also affecting the Java API. Does this deprecation mean that QueryBuilders.wildcardQuery() is also deprecated? (it doesn't say so in the 7.17.7 Java code, i.e. not @Deprecated annotation on this method).
Thanks!

Cheers,
Martin

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.