We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Since version 8.4 of the elasticsearch-java client, KnnQuery implements only JsonpSerializable.
KnnQuery
JsonpSerializable
Before that change it was defined as: public class KnnQuery extends QueryBase implements QueryVariant
public class KnnQuery extends QueryBase implements QueryVariant
As a result, the KnnQuery cannot be used in the NativeQuery class.
NativeQuery