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

Link to this section Summary

Link to this section Types

Specs

t() :: %Elasticlunr.Dsl.TermsQuery{
  boost: integer(),
  expand: boolean(),
  field: Elasticlunr.Index.document_field(),
  fuzziness: integer(),
  minimum_should_match: pos_integer(),
  terms: [Elasticlunr.Token.t()]
}

Link to this section Functions