Indexable.Builder

  • Indexable.Builder is used to construct Indexable objects.

  • Convenience methods for common data types are available through Indexables.

  • There are specific limitations on string length, the number of values for a field, and the total byte size of an Indexable.

  • The name field is required for the root Indexable.

  • The constructor can be used with or without specifying a Schema.org type.

public static class Indexable.Builder extends IndexableBuilder<Indexable.Builder>

The builder for Indexable.

Convenience methods to construct indexables for common data types are available via Indexables.

Note that the following limitations are automatically applied:

Public Constructor Summary

Builder()
The constructor.
Builder(String type)
The constructor.

Inherited Method Summary

Public Constructors

public Builder ()

The constructor.

public Builder (String type)

The constructor.

Parameters
type The Schema.org type best describing this indexable unit (refer to schema.org for a list of standard types).