Module elasticlunr::pipeline
source · Expand description
Defines the pipeline which processes text for inclusion in the index. Most users do not need to use this module directly.
Structs
A sequence of
PipelineFn
s which are run on tokens to prepare them for searching.Functions
Splits a text string into a vector of individual tokens.
Type Definitions
The function type used for each step in a pipeline.