The Format Signals stage normalizes both the fields and field contents of a PipelineDocument to ensure that certain pre-defined fields for signals are populated.Documentation Index
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
Date/time parsing and formatting
Timestamp data can be obtained from the following fields, in this order of precedence:- timestamp
- timestamp_tdt
- timestamp_dt
- epoch. value in this field is treated as a number of milliseconds since epoch, and UTC zone is assumed.
- “timestamp” - containing the ISO8601 timestamp
- “tz_timestamp_txt” - containing the “zoned format” of the timestamp with normalized components.
This stage does not define a list of allowed types.