All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hover.schema.STRUCT.md Maven / Gradle / Ivy

There is a newer version: 8.458.13
Show newest version
## struct


Contained in [document](https://docs.vespa.ai/en/reference/schema-reference.html#document).
Defines a composite type.
A struct consists of zero or more fields that the user can access together as one.
The struct has to be defined before it is used as a type in a field specification.

```
struct [name] {
    [body]
}
``` 

The body of a struct is optional and may contain:

[Read more](https://docs.vespa.ai/en/reference/schema-reference.html#struct)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy