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

Link to this section Summary

Link to this section Types

Specs

t() :: %Elasticlunr.Dsl.MatchQuery{
  boost: integer(),
  expand: boolean(),
  field: Elasticlunr.Index.document_field(),
  fuzziness: integer(),
  minimum_should_match: pos_integer(),
  operator: binary(),
  query: any()
}

Link to this section Functions