Search extraction
The process of extracting un-indexed Field values from the source Event to be used in search results.
The process of extracting un-indexed Field values from the source Event to be used in search results.
A Searchable is the term given the special searchable data sources that appear at the root of the explorer tree picker when selecting a data source. These data sources are special internal data sources that are not user managed content, unlike an Index. They provide the means to search various aspects of Stroom’s internals, such as the Meta Store or Processor Tasks.
The Stepper is a tool in Stroom for developing and debugging a Pipeline. It allows the user to simulate passing a Stream through a pipeline with the ability to step from one record/event to the next or to jump to records/events based on filter criteria.
A Stream is the unit of data that Stroom works with and will typically contain many Events.
All Streams must have a Stream Type. The list of Stream Types is configured using the Property stroom.data.meta.metaTypes.
Stroom Query Language is Stroom’s own query language. It has similarities with Structured Query Language (SQL) as used in databases. StroomQL is sometimes referred to as sQL to distinguish it from SQL.