Elasticlunr.Dsl.BoolQuery (Elasticlunr v0.4.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Elasticlunr.Dsl.BoolQuery{
  filter: term(),
  minimum_should_match: integer(),
  must: boolean(),
  must_not: boolean(),
  rewritten: boolean(),
  should: keyword()
}

Link to this section Functions