GENERATOR

This operator generates a stream of one or n documents.

This page discusses:

See Also
Expression Language
Defining and Managing Data Queries

Input

N/A.

Range Strategy

This strategy generates a list of value from Start inclusive to End exclusive, with a step for each value. You are free to generate the object you want with the Output expression.

Iterate over List Strategy

This strategy creates a flow using a List.

List expression example:

["value1", "value2"]

Output

A stream containing n documents with n >= 0

Example

If you want to generate six documents containing a float value from 1.0, separated with a step of 0.5: