Elasticlunr.Pipeline behaviour (Elasticlunr v0.6.6) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Elasticlunr.Pipeline{callback: [module() | function()]}

Link to this section Callbacks

Link to this section Functions

Specs

add(t(), module()) :: t()

Specs

default_runners() :: [module()]
Link to this function

insert_after(pipeline, module, before_module)

View Source

Specs

insert_after(t(), module(), module()) :: t()
Link to this function

insert_before(pipeline, module, before_module)

View Source

Specs

insert_before(t(), module(), module()) :: t()

Specs

new([module()]) :: struct()
Link to this function

remove(pipeline, module)

View Source

Specs

remove(t(), module()) :: t()

Specs