Elasticlunr.Dsl.QueryRepository (Elasticlunr v0.6.6) View Source

Link to this section Summary

Link to this section Functions

Link to this function

filter(query, index, options \\ [])

View Source

Specs

filter(struct(), Elasticlunr.Index.t(), keyword()) :: list()
Link to this function

parse(module, options, query_options \\ %{}, repo \\ __MODULE__)

View Source

Specs

parse(binary(), map(), map(), module()) :: struct()

Specs

rewrite(
  struct(),
  Elasticlunr.Index.t()
) :: struct()
Link to this function

score(query, index, options \\ [])

View Source

Specs

score(struct(), Elasticlunr.Index.t(), keyword()) :: list()