Mixing data

I want to add an object to the query. Is there any solution?
Example
Object = { Struct}
data query return = [Obj1, Obj2, Obj3]
How that Object is in the returned data query
data = [Obj1, Obj2, Obj3, Object ]

I think you could use the pinned query for that.

if that's not helping, explaining the use-case would probably help.

I use version 6.8.7. Is it support?

No, this was introduced in Elasticsearch 7.4

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