Module elasticlunr::pipeline [] [src]

Defines the pipeline which processes text for inclusion in the index. Most users do not need to use this module directly.

Structs

Pipeline

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

Functions

tokenize

Splits a text string into a vector of individual tokens.

Type Definitions

PipelineFn

The function type used for each step in a pipeline.