Elasticsearch is a distributed search and analytics engine for all types of structured and unstructured data. In this tutorial, you’ll set up a Vapor server to interact with an Elasticsearch server, to store and retrieve recipe documents.
Hello @shogunkaramazov@cweinberger hope you are safe during all this madness around the world.
I was wondering if you can point me to the right solution, I’m trying to search the information using the “searchDocuments” method, and query the Object property which is in the Recipe class, what would be the right way to query that ?
Thank you
Example:
struct Object {
let itemX: String
let itemY: String
}
class Recipe {
var Object: object
}