Document
The basic unit of data that is sent through a Pipeline and eventually indexed into a search engine.
The basic unit of data that is sent through a Pipeline and eventually indexed into a search engine.
As Lucille runs, it generates Events that inform on success, failure, etc.
Provides a way to publish Documents for processing by the pipeline.
Component that manages a Lucille Run, end-to-end.
A thread that retrieves a published document and passes it through the pipeline, then sending completed documents to a destination queue.
The Config is a HOCON file where you define the settings for running Lucille.
An Indexer sends processed Documents to a specific destination.
A Stage performs a specific transformation on a Document.
File Handlers extract Lucille Documents from individual files, like CSV or JSON files, which themselves contain data which can be transformed into Lucille Documents.
A component that retrieves data from a source system and packages the data into Documents in preparation for transformation.
The end-to-end sequence of stages that transform Documents.