elasticlunr

Module 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§

FnWrapper
Pipeline
A sequence of PipelineFns which are run on tokens to prepare them for searching.

Traits§

PipelineFn