DSL References
DSL stands for Domain Specific Language. In Flow, the DSL is a set of small functions that wrap object construction so pipelines read top-to-bottom. See the examples for usage in context.
HELPER
seal_schema_to_flow(Schema $schema) : Schema to_seal_schema(Schema $schema, string $index_name, ?string $identifier) : Schema LOADER
to_seal_delete(EngineInterface $engine, string $index) : SealLoader to_seal_upsert(EngineInterface $engine, string $index) : SealLoader